Idn Функции
PHP Manual

idn_strerror

(PECL idn >= 0.2)

idn_strerrorReturns string describing the IDNA error code

Описание

string idn_strerror ( int $errorcode )

This function returns the error message string that corresponds to the given error code.

Список параметров

errorcode

The error code as returned by idn_to_ascii() or idn_to_utf8().

Возвращаемые значения

The corresponding libidn error message string is returned.

Смотрите также


Idn Функции
PHP Manual