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

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

一区二区久久-一区二区三区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福利网站 | 桃花综合久久久久久久久久网 | 久久美女免费视频 | 91po国产在线高清福利 | 久久精选视频 | 天堂色综合 | 性欧美video另类3d | 国产片欧美片亚洲片久久综合 | 一区二区高清视频在线观看 | 免费观看色 | 九九在线视频 | 91丝袜美腿高跟国产极品老师 | 桃花阁成人网在线观看 | 国产成人精品第一区二区 | 91免费看国产 | 久久精品国产精品青草不卡 | 国产九九精品视频 | 成人91| 男人女人做刺激视频免费 | 伊人色在线观看 | 黄色在线免费观看网址 | 成人精品综合免费视频 | 激情五月综合综合久久69 | 精品国产一区二区三区免费看 | 99热国产在线 | 影音先锋国产资源 | 一区二区三区免费在线 | 韩日美女 | 日本wwwww视频 | 四虎国产精品永久地址99 | 国产精品亚洲综合一区在线观看 | 91在线视频免费看 | 色婷婷久久综合中文久久一本 | 91精品成人免费国产片 | 丁香婷婷亚洲 | 国产成人+亚洲欧洲 | 狂野欧美| 99在线精品视频在线观看 | 久久露脸国产精品 | 蕾丝视频福利网站 |