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
Code Examples

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.

Related Functions

Example of intl_error_name

Show all examples for intl_error_name

PHP Version:


Function intl_error_name:

Internationalization Functions Functions

Most used PHP functions