php man page for intl_get_error_code

Query: intl_get_error_code

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INTL_GET_ERROR_CODE(3)							 1						    INTL_GET_ERROR_CODE(3)

intl_get_error_code - Get the last error code

SYNOPSIS
int intl_get_error_code (void )
DESCRIPTION
Useful to handle errors occurred in static methods when there's no object to get error code from.
RETURN VALUES
Error code returned by the last API function call.
EXAMPLES
Example #1 intl_get_error_code(3) example <?php $coll = collator_create( '<bad_param>' ); if( !$coll ) { handle_error( intl_get_error_code() ); } ?>
SEE ALSO
intl_is_failure(3), intl_error_name(3), intl_get_error_message(3), collator_get_error_code(3), numfmt_get_error_code(3). PHP Documentation Group INTL_GET_ERROR_CODE(3)
Related Man Pages
datefmt_is_lenient(3) - php
datefmt_get_error_message(3) - php
datefmt_set_lenient(3) - php
intl_is_failure(3) - php
resourcebundle_get_error_message(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch