idn_to_utf8Convert domain name from IDNA ASCII to Unicode. DescriptionProcedural style
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. Parameters
Return Values
The domain name in Unicode, encoded in UTF-8, or Changelog
ExamplesExample #1 idn_to_utf8 example
<?php The above example will output: täst.de See Also
|