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