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

復制代碼 " /> 男女爽爽无遮挡午夜视频在线观看 ,国产精品久久婷婷五月色,在线观看免费亚洲

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

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 搜索目錄文本內容的代碼,轉載需保留來源!

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

主站蜘蛛池模板: 国产精品免费观看视频播放 | 色列少女漫画 | 欧美白妞大战非洲大炮 | 幸福草电视剧演员表介绍 | 久久这里的只有是精品23 | 亚洲人视频在线 | 91极品蜜桃臀在线播放 | 亚洲欧美国产综合在线 | 就操成人网 | 蜜桃传媒星空传媒在线播放 | 男子扒开美女尿口做羞羞的事 | 天美传媒麻豆精品 | 久久伊人精品青青草原2021 | 成人区在线观看免费视频 | 亚洲精品tv久久久久久久久久 | 男女又黄又刺激B片免费网站 | 日日干夜夜爽 | 国产精品99久久久久久AV | 插曲的痛30分钟视频最新章节 | 被窝国产理论一二三影院 | 国产伦精品一区二区三区精品 | 国产高清-国产av | 免费特黄一区二区三区视频一 | 含羞草国产亚洲精品岁国产精品 | 亚洲一级毛片免费在线观看 | 99热这里有精品 | 国内精品久久久久影院男同志 | 亚洲国产剧情中文视频在线 | 国产午夜精品不卡视频 | 伊人色综合久久天天 | 国产成人精品自拍 | 欧美精品AV无码一区二区 | 欧美 亚洲 日韩 在线综合 | 99久久国产宗和精品1上映 | 丁香美女社区 | 午夜国产理论 | 成人1000部免费观看视频 | 美女露出乳胸扒开尿口 | 99国产这里只有精品视频 | 俄罗斯少女人体 | 学生精品国产在线视频 |