コード例 #1
0
 /**
  * Get the link URL in ASCII-compatible encoding.
  * 
  * @return string
  */
 function get_ascii_url()
 {
     return blcUtility::idn_to_ascii($this->url);
 }