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

復制代碼 " /> 亚洲欧洲日产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 搜索目錄文本內容的代碼,轉載需保留來源!

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

主站蜘蛛池模板: 亚洲人xx视频| 在线看91 | 一区二区在线精品免费视频 | 久久精品久久精品久久 | 一区二区三区免费视频观看 | 中文字幕第二区 | 久久夜色精品国产噜噜亚洲a | 国内国外精品影片无人区 | 精品孕妇一区二区三区 | 99精品国产成人一区二区 | 四虎在线视频免费观看视频 | 男女一级毛片免费视频看 | 国产美女精品视频 | 男人私gay视频网站的 | 亚洲国产成人欧美激情 | 国产精品2| 亚洲综合一区二区三区四区 | 午夜欧美在线 | 欧美性xxxx人妖 | 亚洲 欧美 校园 | 成人夜色视频在线观看网站 | 天天天天色 | 亚洲免费福利视频 | 久久综合狠狠色综合伊人 | 一级爱做片免费观看久久 | 一区二区三区精品 | 精品欧美一区二区三区精品久久 | 日本理论午夜中文字幕第一页 | 国产精品100页 | 伊人久久网国产伊人 | 国产色婷婷精品综合在线 | 国产成人精品日本亚洲网址 | 米奇7777狠狠狠狠视频影院 | 亚洲特一级毛片 | 正在播放国产夫妻 | 日本妞欧洲 | 成人激情站 | 88国产精品视频一区二区三区 | 久久噜国产精品拍拍拍拍 | 五月网站 | 国产成人精品一区二区不卡 |