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