它返回一個含有所有文件的列表包含搜索詞語數組。

復制代碼 " /> 国产精品一区久久精品,久久高清一级毛片,亚州色拍拍拍

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

Search File Contents PHP 搜索目錄文本內容的代碼

這個類可以用來搜索在給定的文本目錄中的文件。
它可以給定目錄遍歷遞歸查找某些文件擴展名的文件。
并打開找到的文件,并檢查他們是否包含搜索詞語。

它返回一個含有所有文件的列表包含搜索詞語數組。

復制代碼 代碼如下:
<?php
/*
Class for searching the contents of all the files in a directory and its subdirectories
For support please visit http://www.webdigity.com/
*/
class searchFileContents{
var $dir_name = '';//The directory to search

var $search_phrase = '';//The phrase to search in the file contents
var $allowed_file_types = array('php','phps');//The file types that are searched
var $foundFiles;//Files that contain the search phrase will be stored here
//開源代碼OSphp.COM.Cn
var $myfiles;
function search($directory, $search_phrase){
$this->dir_name = $directory;
$this->search_phrase = $search_phrase;

$this->myfiles = $this->GetDirContents($this->dir_name);
$this->foundFiles = array();
if ( empty($this->search_phrase) ) die('Empty search phrase');

if ( empty($this->dir_name) ) die('You must select a directory to search');
foreach ( $this->myfiles as $f ){
if ( in_array(array_pop(explode ( '.', $f )), $this->allowed_file_types) ){ //開源OSphp.COM.CN
$contents = file_get_contents($f);
if ( strpos($contents, $this->search_phrase) !== false )
$this->foundFiles [] = $f;
//開源代碼OSphp.COm.CN

}
}
return $this->foundFiles;
}
function GetDirContents($dir){
if (!is_dir($dir)){die ("Function GetDirContents: Problem reading : $dir!");}
if ($root=@opendir($dir)){
//php開源代碼

while ($file=readdir($root)){
if($file=="." || $file==".."){continue;}
if(is_dir($dir."/".$file)){

$files=array_merge($files,$this->GetDirContents($dir."/".$file));
}else{
$files[]=$dir."/".$file; //開源OSphp.COM.CN
}
}
}
return $files;
}
}
//Example :
$search = new searchFileContents;
$search->search('E:/htdocs/AccessClass', 'class'); //開源代碼OSphp.COM.Cn
var_dump($search->foundFiles);
?>

php技術Search File Contents PHP 搜索目錄文本內容的代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 91精品福利在线 | 国产大片免费观看中文字幕 | 黄色免费观看视频网站 | 免费看黄网站在线 | 国产精品亚洲综合一区在线观看 | 激情五月婷婷综合网 | 日本欧美国产精品第一页久久 | 国产精品成人观看视频国产 | 在线观看一二三区 | 日韩在线观看一区 | 中文字幕精品视频在线观 | 正在播放国产乱子伦视频 | 韩国精品欧美一区二区三区 | 99久久99久久精品国产 | 国产99视频精品免费视频7 | 国产综合一区二区 | 久久婷婷五色综合夜啪 | 四虎综合九九色九九综合色 | 欧美大成色www永久网站婷 | 黄色小视频免费在线观看 | 久久夜色精品国产飘飘 | 国产高级黄区18勿进一区二区 | 真实国产乱子伦精品一区二区三区 | 久久婷婷成人综合色 | 国产一级做a爰片... | 国产精品久久久久无码av | 久久免费视频网站 | 在线观看91精品国产入口 | 欧美一级日韩一级亚洲一级 | 91新人| 四虎国产精品永久地址99新强 | 久月婷婷 | 久久狠狠一本精品综合网 | 黄免费网站 | 国产精自产拍久久久久久蜜 | 国产成人精品免费视 | 综合精品在线 | 亚洲国产青草 | 国产女人天堂 | 91精品成人 | 自愉自愉自产国产91 |