|
MessageFormatter::getErrorMessagemsgfmt_get_error_message直近の操作のエラーテキストを取得する 説明オブジェクト指向型
public string MessageFormatter::getErrorMessage()
手続き型 string msgfmt_get_error_message(MessageFormatter
$formatter )直近の操作のエラーテキストを取得します。 パラメータ
戻り値直近のエラーの説明を返します。 例例1 msgfmt_get_error_message の例
例2 オブジェクト指向の例
上の例の出力は以下となります。 ERROR: msgfmt_format: not enough parameters: U_ILLEGAL_ARGUMENT_ERROR (1) 参考
|