No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

intl_get_error_message

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

intl_get_error_messageGet description of the last error

Description

intl_get_error_message ( void ) : string

Get error message from last internationalization function called.

PHP: intl_get_error_message - Manual Home of Manuel PHP  Contents Haut

Return Values

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

PHP: intl_get_error_message - Manual Home of Manuel PHP  Contents Haut

Examples

Example #1 intl_get_error_message() example

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

PHP: intl_get_error_message - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph