intl_get_error_codeGet the last error code Description
int intl_get_error_code()
Useful to handle errors occurred in static methods when there's no object to get error code from. ParametersThis function has no parameters. Return ValuesError code returned by the last API function call. Examples
Example #1 intl_get_error_code example
See Also
|