(PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1)
idn_to_utf8 — Convert domain name from IDNA ASCII to Unicode.
Procedural style
This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode.
Domain to convert in IDNA ASCII-compatible format.
Conversion options - combination of IDNA_* constants.
Domain name in Unicode. In PHP5, domain name will be in UTF-8. или FALSE в случае возникновения ошибки
Пример #1 idn_to_utf8() example
<?php
echo idn_to_utf8('xn--tst-qla.de');
?>
Результат выполнения данного примера:
täst.de