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

search for in the

intl_is_failure> <intl_get_error_code
[edit] Last updated: Sun, 19 May 2013

view this page in

intl_get_error_message

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

intl_get_error_messageGet description of the last error

Descrizione

string intl_get_error_message ( void )

Get error message from last internationalization function called.

Valori restituiti

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

Esempi

Example #1 intl_get_error_message() example

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

Vedere anche:



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

 
show source | credits | sitemap | contact | advertising | mirror sites