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

search for in the

Collator::getLocale> <Collator::getErrorCode
[edit] Last updated: Fri, 30 Nov 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_messageGet text for collator's last error code

Opis

Styl obiektowy

string Collator::getErrorMessage ( void )

Styl proceduralny

string collator_get_error_message ( Collator $coll )

Retrieves the message for the last error.

Parametry

coll

Collator object.

Zwracane wartości

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

Przykłady

Przykład #1 collator_get_error_message() example

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

Zobacz też:



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

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