CakeFest 2024: The Official CakePHP Conference

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_code(MessageFormatter $formatter): int

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

パラメータ

formatter

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

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top