downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

intl Functions> <idn_to_unicode
Last updated: Fri, 20 Nov 2009

view this page in

idn_to_utf8

(PHP 5 >= 5.3.0, PECL intl >= 1.0.2)

idn_to_utf8Convert domain name from IDNA ASCII to Unicode.

Description

Procedural style

string idn_to_utf8 ( string $domain [, int $options ] )

This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode.

Parameters

domain

Domain to convert in IDNA ASCII-compatible format.

options

Conversion options - combination of IDNA_* constants.

Return Values

Domain name in Unicode. In PHP5, domain name will be in UTF-8.

Examples

Example #1 idn_to_utf8() example

<?php

echo idn_to_utf8('xn--tst-qla.de'); 

?>

The above example will output:

täst.de

See Also



add a note add a note User Contributed Notes
idn_to_utf8
There are no user contributed notes for this page.

intl Functions> <idn_to_unicode
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites