| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
idn_to_ascii(PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_ascii — Convert domain name to IDNA ASCII form. 설명절차식 형식 
   string idn_to_ascii
    ( string  
  $domain
   [, int $options = 0
   [, int $variant = INTL_IDNA_VARIANT_2003
   [, array &$idna_info
  ]]] )This function converts Unicode domain name to IDNA ASCII-compatible format. 인수
 
 반환값
   Domain name encoded in ASCII-compatible form. 실패 시  변경점
 
 예제Example #1 idn_to_ascii() example 
<?php위 예제의 출력: xn--tst-qla.de  |