示例#1
0
 /**
  * Decodes URL which has path string is in IRI format and returns the new URL with path in the internal encoding.
  *
  * @param string $url url to decode
  * @return string the decoded url
  */
 public static function decodeURL($url)
 {
     return eZURI::codecURL($url, false);
 }