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

search for in the

intl_is_failure> <intl_get_error_code
Last updated: Fri, 10 Oct 2008

view this page in

intl_get_error_message

(No version information available, might be only in CVS)

intl_get_error_messageGet description of the last error

Description

string intl_get_error_message ( void )

Get error message from last internationalization function called.

Return Values

Description of an error occurred in the last API function call.

Examples

Example #1 intl_get_error_message() example

<?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, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites