intl_get_error_code
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0)
intl_get_error_code — 直近のエラーコードを取得する
パラメータ
この関数にはパラメータはありません。
戻り値
直近の API 関数のコールが返すエラーコードを返します。
例
例1 intl_get_error_code() の例
<?php
$coll = collator_create( '<bad_param>' );
if( !$coll ) {
handle_error( intl_get_error_code() );
}
?>
参考
- intl_is_failure() - 指定したエラーコードが失敗を表すかどうかを調べる
- intl_error_name() - 指定したエラーコードに対応する名前を取得する
- intl_get_error_message() - 直近のエラーの説明を取得する
- collator_get_error_code() - collator の直近のエラーコードを取得する
- numfmt_get_error_code() - フォーマッタの直近のエラーコードを取得する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google