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

復(fù)制代碼 " /> 国产21区,色综合天天综合高清网国产,成人影院在线

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

Search File Contents PHP 搜索目錄文本內(nèi)容的代碼

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

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

復(fù)制代碼 代碼如下:
<?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技術(shù)Search File Contents PHP 搜索目錄文本內(nèi)容的代碼,轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 日本大片免a费观看视频+播放器 | 婷婷综合在线 | 国产精品视频网 | 亚洲欧美自拍一区 | sese欧美| 亚洲视频在线一区二区三区 | 久久综合丝袜长腿丝袜 | 亚洲伦理一区二区三区 | 自拍偷自拍亚洲精品被多人伦好爽 | 在线观看国产精美视频 | 国产综合成人观看在线 | 岛国视频在线播放 | 国产小视频在线观看www | 图片区小说欧洲区 | 美女一级毛片视频 | 黄视频网站观看 | 韩国美女一级片 | 伊人精品在线视频 | 欧美日韩a | 东京加勒比2021一区 | 伊人啪啪网| 欧美激情15p | 男人扒开女人腿做爽爽视频网站 | 女色窝777777| 国产精品免费αv视频 | 亚洲国产精品自产在线播放 | 91成人在线| 色女生影院 | 69国产成人综合久久精 | 久久93精品国产91久久综合 | 第一页亚洲 | 国产一区二区在线视频 | 激情网站视频 | 亚洲男人的天堂久久香蕉 | 国产成人亚洲毛片 | 日本一区二区三区免费看 | 精品一区二区三区四区乱码 | 久久91精品国产91久 | 亚洲成人一区二区 | 亚洲天砖砖区免费 | 国产成人精品亚洲午夜麻豆 |