intl_error_name
PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0
intl_error_name - Get symbolic name for a given error code
Manual
intl_error_name(
int$errorCode ): string
Return ICU error code name.
Parameters
- errorCode
-
ICU error code.
Return Values
The returned string will be the same as the name of the error code constant.