downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

intl_is_failure> <intl_get_error_code
Last updated: Fri, 13 Nov 2009

view this page in

intl_get_error_message

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0)

intl_get_error_message直近のエラーの説明を取得する

説明

string intl_get_error_message ( void )

直近の国際化関数のコールによるエラーメッセージを取得します。

返り値

直近の API 関数のコールで発生したエラーの説明を返します。

例1 intl_get_error_message() の例

<?php
if( Collator::getAvailableLocales() === false ) {
    
show_errorintl_get_error_message() );
}
?>

参考



add a note add a note User Contributed Notes
intl_get_error_message
There are no user contributed notes for this page.

intl_is_failure> <intl_get_error_code
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites