PHP » GoLang |
login |
register |
about
|
GoLang intl_error_name
request it (411)
GoLang replacement for PHP's intl_error_name
[edit | history]
intl_error_name(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) intl_error_name — Get symbolic name for a given error code Description
string
intl_error_name
( int
$error_code
)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
<?php The above example will output something similar to: Symbolic name for -128 is U_USING_FALLBACK_WARNING. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|