update : 2015.11.03
php.shukuma.com검색:
|
idn_to_utf8(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. 설명절차식 형식
string idn_to_utf8
( string
$domain
[, int $options = 0
[, int $variant = INTL_IDNA_VARIANT_2003
[, array &$idna_info
]]] )This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8. 인수
반환값
Domain name in Unicode, encoded in UTF-8. 실패 시 변경점
예제Example #1 idn_to_utf8() example
<?php 위 예제의 출력: täst.de |