検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 195 for Intl (0.032 sec.)
直近のエラーの説明を取得する 10083
« intl_get_error_code intl_is_failure » PHP Manual 国際化 関数 直近のエラーの説明を取得する intl ... _error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) intl_get_error_message — 直近のエラーの説 ... 明を取得する 説明 intl_get_error_message (): string 直近の国際化関数のコー ... 数のコールで発生したエラーの説明を返します。 例 例1 intl_get_error_message() の例 <?php if( Collator :: get ... AvailableLocales () === false ) { show_error ( intl_get_error_message () ); } ?> 参考 intl_error_name( ...
https://man.plustar.jp/php/function.intl-get-error-message.html - [similar]
直近のエラーコードを取得する 10040
« intl_error_name intl_get_error_message » PHP Manual 国際化 関数 直近のエラーコードを取得する intl ... get_error_code (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) intl_get_error_code — 直近のエラーコード ... を取得する 説明 intl_get_error_code (): int staticメソッドを実行した場合 ... 関数のコールが返すエラーコードを返します。 例 例1 intl_get_error_code() の例 <?php $coll = collator_creat ... ( '<bad_param>' ); if( ! $coll ) { handle_error ( intl_get_error_code () ); } ?> 参考 intl_is_failure() - ...
https://man.plustar.jp/php/function.intl-get-error-code.html - [similar]
指定したエラーコードに対応する名前を取得する 9737
« 国際化 関数 intl_get_error_code » PHP Manual 国際化 関数 指定したエラーコードに対応する名前を取 ... 得する intl_error_name (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL int ... l >= 1.0.0) intl_error_name — 指定したエラーコードに対応する名前を取 ... 得する 説明 intl_error_name ( int $errorCode ): string ICU のエラー ... ラーコード定数と同じ名前の文字列を返します。 例 例1 intl_error_name() の例 <?php $coll = collator_create ( ...
https://man.plustar.jp/php/function.intl-error-name.html - [similar]
実行時設定 9423
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 Intl 設定オプション 名前 デフォルト 変更可能 変更履歴 i ... ntl.default_locale PHP_INI_ALL intl.error_level 0 PHP_INI_ALL intl.use_exceptions 0 PH ... に設定ディレクティブに関する 簡単な説明を示します。 intl.default_locale string 何も指定しなかった (引数を省 ... 略したり NULL を渡したりした) 場合に intl 関数が使うロケール。 これは ICU のロケールであり、 ...
https://man.plustar.jp/php/intl.configuration.html - [similar]
指定したエラーコードが失敗を表すかどうかを調べる 9206
« intl_get_error_message マルチバイト文字列 » PHP Manual 国際化 関数 指定したエラーコードが失敗を ... 表すかどうかを調べる intl_is_failure (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL int ... l >= 1.0.0) intl_is_failure — 指定したエラーコードが失敗を表すかどう ... かを調べる 説明 intl_is_failure ( int $errorCode ): bool パラメータ err ... orCode intl_get_error_code() や collator_get_error_code() が返 ...
https://man.plustar.jp/php/function.intl-is-failure.html - [similar]
国際化 関数 8989
« IntlIterator::valid intl_error_name » PHP Manual intl 国際化 関数 国際化 関数 目次 intl_error_ ... ame — 指定したエラーコードに対応する名前を取得する intl_get_error_code — 直近のエラーコードを取得する intl ... _get_error_message — 直近のエラーの説明を取得する intl_is_failure — 指定したエラーコードが失敗を表すかどう ... かを調べる 関連キーワード: 関数 , intl , エラーコード , 取得 , 直近 , IntlIterator , vali ...
https://man.plustar.jp/php/ref.intl.html - [similar]
IntlDateFormatter で使用する寛大さを取得する 8773
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter Intl ... lDateFormatter で使用する寛大さを取得する IntlDateFormatter::isLenient datefmt_is_lenient (PHP 5 ... >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::isLenient -- datefmt_ ... is_lenient — IntlDateFormatter で使用する寛大さを取得する 説明 オブジ ... ェクト指向型 public IntlDateFormatter::isLenient (): bool 手続き型 datefmt_ ...
https://man.plustar.jp/php/intldateformatter.islenient.html - [similar]
intl のエラー用の例外クラス 8730
« IntlChar::toupper IntlIterator » PHP Manual intl intl のエラー用の例外クラス intl のエラー用の ... 例外クラス (PHP 5 > 5.5.0, PHP 7, PHP 8, PECL intl > 3.0.0a1) はじめに このクラスは、intl 関数の内部で ... 外を生成するために使います。 例外が生成されるのは、 intl.use_exceptions が有効な場合だけです。 クラス概要 c ... lass IntlException extends Exception { /* 継承したプロパティ ... vate Exception::__clone (): void } 関連キーワード: intl , Exception , 例外 , クラス , エラー , public , st ...
https://man.plustar.jp/php/class.intlexception.html - [similar]
INTL のグローバル 'default_locale' からデフォルトのロケールを取得する 8600
« Locale::getAllVariants Locale::getDisplayLanguage » PHP Manual Locale INTL のグローバル 'defau ... le_get_default (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getDefault -- locale_get_default ...INTL のグローバル 'default_locale' からデフォルトのロケ ... ます。PHP の国際化においては、 この値は php.ini の 'intl.default_locale' の値となります。 この値が存在しない ... 例 例1 locale_get_default() の例 <?php ini_set ( 'intl.default_locale' , 'de-DE' ); echo locale_get_defau ...
https://man.plustar.jp/php/locale.getdefault.html - [similar]
パーサの寛大さを設定する 8556
« IntlDateFormatter::setCalendar IntlDateFormatter::setPattern » PHP Manual IntlDateFormatter パ ... ーサの寛大さを設定する IntlDateFormatter::setLenient datefmt_set_lenient (PHP ... 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::setLenient -- datefmt ... サの寛大さを設定する 説明 オブジェクト指向型 public IntlDateFormatter::setLenient ( bool $lenient ): void 手 ... 続き型 datefmt_set_lenient ( IntlDateFormatter $formatter , bool $lenient ): void パ ...
https://man.plustar.jp/php/intldateformatter.setlenient.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT