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

search for in the

Collator::getLocale> <Collator::getErrorCode
Last updated: Fri, 18 Jul 2008

view this page in

Collator::getErrorMessage

collator_get_error_message

(No version information available, might be only in CVS)

collator_get_error_message — Get text for collator's last error code

Descrizione

Object oriented style

string Collator::getErrorMessage ( void )

Procedural style

string collator_get_error_message ( Collator $coll )

Retrieves the message for the last error.

Elenco dei parametri

coll

Collator object.

Valori restituiti

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

Esempi

Example #1 collator_get_error_message() example

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



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

Collator::getLocale> <Collator::getErrorCode
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites