intl_error_nameGet symbolic name for a given error code Beschreibung
string
intl_error_name
( int
$error_code
)Return ICU error code name. Parameter-Liste
RückgabewerteThe returned string will be the same as the name of the error code constant. Beispiele
Beispiel #1 intl_error_name example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Symbolic name for -128 is U_USING_FALLBACK_WARNING. Siehe auch
|