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直近の操作のエラーコードを取得する

説明

オブジェクト指向型

publicMessageFormatter::getErrorCode(): int

手続き型

msgfmt_get_error_code(MessageFormatter$formatter): int

直近の操作のエラーコードを取得します。

パラメータ

formatter

メッセージのフォーマッタ。

参考

To Top