| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlDateFormatter::getErrorMessagedatefmt_get_error_message(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getErrorMessage -- datefmt_get_error_message — 直近の操作のエラーテキストを取得する 説明オブジェクト指向型
public string IntlDateFormatter::getErrorMessage
( void
)
手続き型 直近の操作のエラーテキストを取得します。 パラメータ
返り値直近のエラーの説明を返します。 例例1 datefmt_get_error_message() の例
<?php 例2 オブジェクト指向の例
<?php 上の例の出力は以下となります。 ERROR: U_ZERO_ERROR (0) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlDateFormatter::getErrorMessage - 直近の操作のエラーテキストを取得する」をGoogle検索
|