Results of 1 - 10 of about 14 for resourcebundle (0.017 sec.)
- リソースバンドルを作成する 10695
- « ResourceBundle::count ResourceBundle::getErrorCode » PHP Manual ResourceBundle リソースバンドル
...
を作成する ResourceBundle::create resourcebundle_create ResourceBundle::__co ...
(PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::create -- resourcebundle_create -- ResourceBundle ...
る 説明 オブジェクト指向型 (メソッド) public static ResourceBundle::create ( ? string $locale , ? string $bundle , bo ...
ol $fallback = true ): ? ResourceBundle 手続き型 resourcebundle_create ( ? string $locale ...
-
https://man.plustar.jp/php/resourcebundle.create.html
- [similar]
- バンドル内の要素数を取得する 10660
- « ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する
...
ResourceBundle::count resourcebundle_count (PHP 5 >= 5.3.2, PHP 7 ...
, PHP 8, PECL intl >= 2.0.0) ResourceBundle::count -- resourcebundle_count — バンドル内の要素数 ...
を取得する 説明 オブジェクト指向型 public ResourceBundle::count (): int 手続き型 resourcebundle_count ( Res ...
バンドル内の要素数を取得します。 パラメータ bundle ResourceBundle オブジェクト。 戻り値 バンドル内の要素数を返します ...
-
https://man.plustar.jp/php/resourcebundle.count.html
- [similar]
- バンドルの直近のエラーメッセージを取得する 10590
- « ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ
...
ラーメッセージを取得する ResourceBundle::getErrorMessage resourcebundle_get_error_message ...
(PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getErrorMessage -- resourcebundle_get_error_messa ...
メッセージを取得する 説明 オブジェクト指向型 public ResourceBundle::getErrorMessage (): string 手続き型 resourcebundl ...
e_get_error_message ( ResourceBundle $bundle ): string バンドルオブジェクトが最後に実行 ...
-
https://man.plustar.jp/php/resourcebundle.geterrormessage.html
- [similar]
- バンドルの直近のエラーコードを取得する 10503
- « ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直
...
近のエラーコードを取得する ResourceBundle::getErrorCode resourcebundle_get_error_code (PHP 5 ...
>= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getErrorCode -- resourcebundle_get_error_code — バ ...
ラーコードを取得する 説明 オブジェクト指向型 public ResourceBundle::getErrorCode (): int 手続き型 resourcebundle_get_ ...
error_code ( ResourceBundle $bundle ): int バンドルオブジェクトが最後に実行した ...
-
https://man.plustar.jp/php/resourcebundle.geterrorcode.html
- [similar]
- バンドルからデータを取得する 10450
- « ResourceBundle::getErrorMessage ResourceBundle::getLocales » PHP Manual ResourceBundle バンドル
...
からデータを取得する ResourceBundle::get resourcebundle_get (PHP 5 >= 5.3.2, PHP 7, PH ...
P 8, PECL intl >= 2.0.0) ResourceBundle::get -- resourcebundle_get — バンドルからデータを取 ...
得する 説明 オブジェクト指向型 public ResourceBundle::get ( string | int $index , bool $fallback = true ...
): mixed 手続き型 resourcebundle_get ( ResourceBundle $bundle , string | int $index ...
-
https://man.plustar.jp/php/resourcebundle.get.html
- [similar]
- サポートするロケールを取得する 10345
- « ResourceBundle::get Spoofchecker » PHP Manual ResourceBundle サポートするロケールを取得する ResourceBundle
...
sourceBundle::getLocales resourcebundle_locales (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl > ...
= 2.0.0) ResourceBundle::getLocales -- resourcebundle_locales — サポートす ...
ールを取得する 説明 オブジェクト指向型 public static ResourceBundle::getLocales ( string $bundle ): array | false 手続 ...
き型 resourcebundle_locales ( string $bundle ): array | false Resource ...
-
https://man.plustar.jp/php/resourcebundle.locales.html
- [similar]
- ResourceBundle クラス 10117
- « IntlDateFormatter::setTimeZone ResourceBundle::count » PHP Manual intl ResourceBundle クラス ResourceBundle
...
タフィールド、整数の配列 のいずれかの型となります。 ResourceBundle からデータにアクセスするには、 配列を使う方法と fo ...
なリソースの場合は PHP の値、複雑なリソースの場合は ResourceBundle オブジェクトとして取得できます。 リソースはすべて読 ...
み込み専用となります。 クラス概要 class ResourceBundle implements IteratorAggregate , Countable { /* メソ ...
le , ? string $bundle , bool $fallback = true ): ? ResourceBundle public getErrorCode (): int public getErrorMessage ...
-
https://man.plustar.jp/php/class.resourcebundle.html
- [similar]
- 国際化関数 7334
- « ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数
...
ateFormatter::setTimeZone — タイムゾーンを設定する ResourceBundle — ResourceBundle クラス ResourceBundle::count — バ ...
ンドル内の要素数を取得する ResourceBundle::create — リソースバンドルを作成する ResourceBundl ...
ErrorCode — バンドルの直近のエラーコードを取得する ResourceBundle::getErrorMessage — バンドルの直近のエラーメッセージ ...
を取得する ResourceBundle::get — バンドルからデータを取得する ResourceBundle ...
-
https://man.plustar.jp/php/book.intl.html
- [similar]
- 自然言語および文字エンコーディング 7194
- « xdiff_string_rabdiff Enchant » PHP Manual 関数リファレンス 自然言語および文字エンコーディング
...
クラス IntlDateFormatter — IntlDateFormatter クラス ResourceBundle — ResourceBundle クラス Spoofchecker — Spoofchecke ...
-
https://man.plustar.jp/php/refs.international.html
- [similar]
- サンプル 6949
- « 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa
...
IntlDateFormatter::setTimeZone の例 Example#2481 - resourcebundle_count の例 Example#2482 - オブジェクト指向の例 Exa ...
mple#2483 - resourcebundle_create の例 Example#2484 - ResourceBundle::create ...
の例 Example#2485 - resourcebundle_get_error_code の例 Example#2486 - オブジェクト指向 ...
の例 Example#2487 - resourcebundle_get_error_message の例 Example#2488 - オブジェクト ...
-
https://man.plustar.jp/php/indexes.examples.html
- [similar]