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

search for in the

Collator::getLocale> <Collator::getErrorCode
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Collator::getErrorMessage

collator_get_error_message

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

Collator::getErrorMessage -- collator_get_error_messageKarşılaştırıcının son hata iletisini döndürür

Açıklama

Nesne yönelimli kullanım

string Collator::getErrorMessage ( void )

Yordamsal kullanım

string collator_get_error_message ( Collator $karşılaştırıcı )

Son hatanın iletisini döndürür.

Değiştirgeler

karşılaştırıcı

Collator nesnesi.

Dönen Değerler

Son karşılaştırma işlevi çağrısında oluşan hatanın açıklaması.

Örnekler

Örnek 1 - collator_get_error_message() örneği

<?php
$coll 
collator_create'lt' );
if( 
collator_compare$coll'y''k' ) === false ) {
    echo 
collator_get_error_message$coll );
}
?>

Ayrıca Bakınız



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

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