intl_error_nameGet symbolic name for a given error code Description
string intl_error_name(int
$errorCode )Return ICU error code name. Parameters
Return ValuesThe returned string will be the same as the name of the error code constant. Examples
Example #1 intl_error_name example
The above example will output something similar to: Symbolic name for -128 is U_USING_FALLBACK_WARNING. See Also
|