検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for MessageFormatter (0.012 sec.)
MessageFormatter クラス 11738
« Normalizer::normalize MessageFormatter::create » PHP Manual intl MessageFormatter クラス MessageFormatter ... 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに MessageFormatter は、言語に依存しない連結されたメッセージを作成する ... エンドユーザー向けのすべてのメッセージを作成します。 MessageFormatter クラスは、プログラムから渡したさまざまな部品 (テキ ... 値、日付など) を組み合わせてメッセージを作成します。 MessageFormatter クラスでは、 プログラム側が部品の順序を気にする必要 ... ut of y files..." のようなメッセージがあった場合に MessageFormatter は各翻訳に対して柔軟な表示を行います。 これまでは、 ...
https://man.plustar.jp/php/class.messageformatter.html - [similar]
新しいメッセージフォーマッタを作成する 10745
« MessageFormatter MessageFormatter::formatMessage » PHP Manual MessageFormatter 新しいメッセージ ... フォーマッタを作成する MessageFormatter::create MessageFormatter::__construct msgfmt_creat ... (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::create -- MessageFormatter::__construct -- msgfmt ... る 説明 オブジェクト指向型 (メソッド) public static MessageFormatter::create ( string $locale , string $pattern ): ? Me ... matter オブジェクト指向型 (コンストラクタ): public MessageFormatter::__construct ( string $locale , string $pattern ) ...
https://man.plustar.jp/php/messageformatter.create.html - [similar]
フォーマッタを作成した際のロケールを取得する 10049
« MessageFormatter::getErrorMessage MessageFormatter::getPattern » PHP Manual MessageFormatter... ォーマッタを作成した際のロケールを取得する MessageFormatter::getLocale msgfmt_get_locale (PHP 5 >= 5.3.0, PHP ... 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::getLocale -- msgfmt_get_locale — フォーマッタを作 ... のロケールを取得する 説明 オブジェクト指向型 public MessageFormatter::getLocale (): string 手続き型 msgfmt_get_locale ( ... MessageFormatter $formatter ): string フォーマッタを作成した際のロケ ...
https://man.plustar.jp/php/messageformatter.getlocale.html - [similar]
直近の操作のエラーコードを取得する 9927
« MessageFormatter::format MessageFormatter::getErrorMessage » PHP Manual MessageFormatter 直近の ... 操作のエラーコードを取得する MessageFormatter::getErrorCode msgfmt_get_error_code (PHP 5 >= 5.3. ... 0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::getErrorCode -- msgfmt_get_error_code — 直近の操作 ... ラーコードを取得する 説明 オブジェクト指向型 public MessageFormatter::getErrorCode (): int 手続き型 msgfmt_get_error_co ... de ( MessageFormatter $formatter ): int 直近の操作のエラーコードを取得し ...
https://man.plustar.jp/php/messageformatter.geterrorcode.html - [similar]
直近の操作のエラーテキストを取得する 9422
« MessageFormatter::getErrorCode MessageFormatter::getLocale » PHP Manual MessageFormatter 直近の ... 操作のエラーテキストを取得する MessageFormatter::getErrorMessage msgfmt_get_error_message (PHP 5 > ... = 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::getErrorMessage -- msgfmt_get_error_message — 直近 ... ーテキストを取得する 説明 オブジェクト指向型 public MessageFormatter::getErrorMessage (): string 手続き型 msgfmt_get_er ... ror_message ( MessageFormatter $formatter ): string 直近の操作のエラーテキストを取 ...
https://man.plustar.jp/php/messageformatter.geterrormessage.html - [similar]
パターンを使用して入力文字列をパースする 9422
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... ーンを使用して入力文字列をパースする MessageFormatter::parse msgfmt_parse (PHP 5 >= 5.3.0, PHP 7, PHP 8, ... PECL intl >= 1.0.0) MessageFormatter::parse -- msgfmt_parse — パターンを使用して入力文字 ... 列をパースする 説明 オブジェクト指向型 public MessageFormatter::parse ( string $string ): array | false 手続き型 ... msgfmt_parse ( MessageFormatter $formatter , string $string ): array | false 入力文 ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
メッセージをフォーマットする 9369
« MessageFormatter::formatMessage MessageFormatter::getErrorCode » PHP Manual MessageFormatter... ッセージをフォーマットする MessageFormatter::format msgfmt_format (PHP 5 >= 5.3.0, PHP 7, PHP ... 8, PECL intl >= 1.0.0) MessageFormatter::format -- msgfmt_format — メッセージをフォーマット ... する 説明 オブジェクト指向型 public MessageFormatter::format ( array $values ): string | false 手続き型 ... msgfmt_format ( MessageFormatter $formatter , array $values ): string | false ロケー ...
https://man.plustar.jp/php/messageformatter.format.html - [similar]
フォーマッタが使用するパターンを取得する 9056
« MessageFormatter::getLocale MessageFormatter::parseMessage » PHP Manual MessageFormatter フォー ... マッタが使用するパターンを取得する MessageFormatter::getPattern msgfmt_get_pattern (PHP 5 >= 5.3.0, PH ... P 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::getPattern -- msgfmt_get_pattern — フォーマッタが ... るパターンを取得する 説明 オブジェクト指向型 public MessageFormatter::getPattern (): string | false 手続き型 msgfmt_get ... _pattern ( MessageFormatter $formatter ): string | false フォーマッタが使用する ...
https://man.plustar.jp/php/messageformatter.getpattern.html - [similar]
手早く入力文字列をパースする 8829
« MessageFormatter::getPattern MessageFormatter::parse » PHP Manual MessageFormatter 手早く入力文 ... 字列をパースする MessageFormatter::parseMessage msgfmt_parse_message (PHP 5 >= 5.3.0 ... , PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::parseMessage -- msgfmt_parse_message — 手早く入力 ... 列をパースする 説明 オブジェクト指向型 public static MessageFormatter::parseMessage ( string $locale , string $pattern , ... ( $fmt ); ?> 例2 オブジェクト指向の例 <?php $fmt = MessageFormatter :: parseMessage ( 'en_US' , "{0,number,integer} mo ...
https://man.plustar.jp/php/messageformatter.parsemessage.html - [similar]
手早くメッセージをフォーマットする 8777
« MessageFormatter::create MessageFormatter::format » PHP Manual MessageFormatter 手早くメッセー ... ジをフォーマットする MessageFormatter::formatMessage msgfmt_format_message (PHP 5 >= 5.3 ... .0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::formatMessage -- msgfmt_format_message — 手早くメ ... ォーマットする 説明 オブジェクト指向型 public static MessageFormatter::formatMessage ( string $locale , string $pattern ... 0 / 123 )); ?> 例2 オブジェクト指向の例 <?php echo MessageFormatter :: formatMessage ( "en_US" , "{0,number,integer} m ...
https://man.plustar.jp/php/messageformatter.formatmessage.html - [similar]
PREV 1 2 NEXT