搜索

大约有 5 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1977秒)

1.XSException::getRelPath修改建议

发布时间:2012-08-30 16:08 t By bkkkd

... $to = $file; } else { $pos = strrpos($file, DIRECTORY_SEPARATOR); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '..'.DIRECTORY_SEPARATOR) { if ($from === $to) break; if ($from === dirn...

2.XSUtil::copyDir

... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...

3.XSFieldMeta::getCustomTokenizer

... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...

4.XSUtil

... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...

5.XSFieldMeta

... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...

  • 时间不限
  • 按相关性排序