Query: collator_get_error_code
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COLLATOR_GET_ERROR_CODE(3) 1 COLLATOR_GET_ERROR_CODE(3) Collator::getErrorCode - Get collator's last error code Object oriented styleSYNOPSISpublic int Collator::getErrorCode (void )DESCRIPTIONProcedural style int collator_get_error_code (Collator $coll)PARAMETERSo $coll -Collator object.RETURN VALUESError code returned by the last Collator API function call.EXAMPLESExample #1 collator_get_error_code(3) example <?php $coll = collator_create( 'en_US' ); if( collator_get_attribute( $coll, Collator::FRENCH_COLLATION ) === false ) handle_error( collator_get_error_code() ); ?>SEE ALSOcollator_get_error_message(3). PHP Documentation Group COLLATOR_GET_ERROR_CODE(3)
Related Man Pages |
---|
intlcalendar.geterrorcode(3) - php |
collator(3) - php |
collator_get_locale(3) - php |
collator_sort(3) - php |
intl_is_failure(3) - php |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Please Welcome Ravinder Singh to the Moderation Team |
Please Welcome Nicki Paul to the Moderator Team! |