intl Funkcje
PHP Manual

intl_get_error_message

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

intl_get_error_messageGet description of the last error

Opis

string intl_get_error_message ( void )

Get error message from last internationalization function called.

Zwracane wartości

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

Przykłady

Przykład #1 intl_get_error_message() example

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

Zobacz też:


intl Funkcje
PHP Manual