intl_get_error_message
(No version information available, might be only in CVS)
intl_get_error_message — Get description of the last error
Descrição
string
intl_get_error_message
( void
)
Get error message from last internationalization function called.
Valor Retornado
Description of an error occurred in the last API function call.
Exemplos
Exemplo #1 intl_get_error_message() example
<?php
if( Collator::getAvailableLocales() === false ) {
show_error( intl_get_error_message() );
}
?>
intl_get_error_message
There are no user contributed notes for this page.
