示例#1
0
 /**
  * @deprecated      Use File_Util::relativePath() instead.
  */
 function relativePath($path, $root, $separator = DIRECTORY_SEPARATOR)
 {
     require_once 'File/Util.php';
     return File_Util::relativePath($path, $root, $separator);
 }