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

search for in the

intl_is_failure> <intl_get_error_code
[edit] Last updated: Fri, 23 Mar 2012

view this page in

intl_get_error_message

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

intl_get_error_messageSon hatayı açıklayan bir dizge ile döner

Açıklama

string intl_get_error_message ( void )

Son çağrılan uluslararasılaştırma işlevinde oluşan hatayı açıklayan dizge ile döner.

Dönen Değerler

Son API işlevi çağrısında oluşan hatayı açıklayan dizge.

Örnekler

Örnek 1 - intl_get_error_message() örneği

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

Ayrıca Bakınız



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

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