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

search for in the

Collator::getErrorMessage> <Collator::getAttribute
[edit] Last updated: Fri, 17 May 2013

view this page in

Collator::getErrorCode

collator_get_error_code

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

Collator::getErrorCode -- collator_get_error_codeGet collator's last error code

Beschreibung

Objektorientierter Stil

int Collator::getErrorCode ( void )

Prozeduraler Stil

int collator_get_error_code ( Collator $coll )

Parameter-Liste

coll

Collator object.

Rückgabewerte

Error code returned by the last Collator API function call.

Beispiele

Beispiel #1 collator_get_error_code() example

<?php
$coll 
collator_create'en_US' );
if( 
collator_get_attribute$collCollator::FRENCH_COLLATION ) === false )
        
handle_errorcollator_get_error_code() );
?>

Siehe auch



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

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