idn_to_utf8Convert domain name from IDNA ASCII to Unicode. BeschreibungProzeduraler Stil
string idn_to_utf8
( string
$domain
[, int $options = 0
[, int $variant = INTL_IDNA_VARIANT_2003
[, array &$idna_info
]]] )This function converts a Unicode domain name from an IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8. Parameter-Liste
Rückgabewerte
The domain name in Unicode, encoded in UTF-8, Im Fehlerfall wird Changelog
BeispieleBeispiel #1 idn_to_utf8 example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: täst.de Siehe auch
|