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

復制代碼 " /> 亚洲欧洲日产v特级毛片,2019中文字幕视频,人人爽人人爽人人片av

一区二区久久-一区二区三区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 | 亚欧精品一区二区三区四区 | 天天综合日日噜噜噜 | 大杳焦伊人久久综合热 | 91精品国产色综合久久 | 337p日本大胆欧美人术艺术精品 | 我要看三级全黄 | 99在线观看视频免费精品9 | 国产成人咱精品视频免费网站 | 青青草国产免费久久久91 | 一区二区三区四 | 国产自产精品 | 小说区图片区视频区 | 国产永久在线观看 | 国产精品免费看久久久麻豆 | 亚洲成a人片77777老司机 | 亚洲天堂久久新 | 国产91观看 | 国产女乱淫真高清免费视频 | 国产欧美91 | 亚洲五月激情综合图片区 | 二区国产 | 国产精品成人观看视频国产 | 中文字幕国产一区 | 伊人精品成人久久综合欧美 | 婷婷久久综合九色综合九七 | 日本3级网站 | 欧美ol丝袜高跟秘书在线观看 | 国产中文字幕在线免费观看 | 欧美色域 | 热久久久久久 | 中文字幕在线观看国产 | 色婷婷99综合久久久精品 | 亚洲午夜视频在线 | 色网站免费观看 | 亚洲第三区 | 狠狠五月婷婷 | 在线播放一区二区三区 |