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, 24 May 2013

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

Descrição

Estilo orientado à objeto

string Collator::getErrorMessage ( void )

Estilo procedural

string collator_get_error_message ( Collator $coll )

Retrieves the message for the last error.

Parâmetros

coll

Collator object.

Valor Retornado

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

Exemplos

Exemplo #1 collator_get_error_message() example

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

Veja Também



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