См. определение в файле punycode.php строка 3
◆ __construct()
__construct |
( |
| $encoding = null | ) |
|
◆ CheckASCII()
CheckASCII |
( |
| $domainName | ) |
|
|
static |
Check if the given string contains encoded parts
- Аргументы
-
string | $domainName | String to be checked |
- Возвращает
- bool True - if the given string contains encoded parts, false - otherwise
См. определение в файле punycode.php строка 85
◆ Decode()
Decode the given string
- Аргументы
-
string | $domainName | String to be decoded |
- Возвращает
- string Decoded form of the given string
См. определение в файле punycode.php строка 153
◆ Encode()
Encode the given string
- Аргументы
-
string | $domainName | String to be encoded |
- Возвращает
- string Encoded form of the given string
См. определение в файле punycode.php строка 213
◆ GetConverter()
◆ GetErrors()
◆ IsEncoded()
Check if the string contains encoded parts
- Аргументы
-
string | $domainName | Validated string |
- Возвращает
- bool
См. определение в файле punycode.php строка 118
◆ ToASCII()
ToASCII |
( |
| $domainName, |
|
|
& | $arErrors ) |
|
static |
Encode the given string
- Аргументы
-
string | $domainName | String to be encoded |
array | $arErrors | Array of encoding errors (if any) |
- Возвращает
- string Encoded form of the given string
См. определение в файле punycode.php строка 44
◆ ToUnicode()
ToUnicode |
( |
| $domainName, |
|
|
& | $arErrors ) |
|
static |
Decode the given string
- Аргументы
-
string | $domainName | String to be decoded |
array | $arErrors | Array of decoding errors (if any) |
- Возвращает
- string Decoded form of the given string
См. определение в файле punycode.php строка 65
◆ PREFIX
Объявления и описания членов класса находятся в файле: