php man page for collator_get_error_code

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 style

SYNOPSIS
public int Collator::getErrorCode (void )
DESCRIPTION
Procedural style int collator_get_error_code (Collator $coll)
PARAMETERS
o $coll -Collator object.
RETURN VALUES
Error code returned by the last Collator API function call.
EXAMPLES
Example #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 ALSO
collator_get_error_message(3). PHP Documentation Group COLLATOR_GET_ERROR_CODE(3)
Related Man Pages
collator_compare(3) - php
collator_sort(3) - php
datefmt_get_error_code(3) - php
msgfmt_get_error_code(3) - php
resourcebundle_get_error_code(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun