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

復(fù)制代碼 " /> 日韩区欧美区,9299yy看片淫黄大片在线,涩涩漫画网

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

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

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

它返回一個(gè)含有所有文件的列表包含搜索詞語數(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)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 日本一区二区三区四区视频 | 手机在线黄色 | 加勒比精品久久一区二区三区 | 日韩午夜高清福利片在线观看 | 欧美一区二区精品 | 久久国产乱子伦精品在 | 精品色| 91久久国产精品 | 高清激情小视频在线观看 | 欧美激情视频在线观看一区二区三区 | 狠狠色丁香婷婷久久综合不卡 | 日本高清色视频www 日本高清色视频在线观看免费 | 韩国理论福利片午夜 | 91人前露出精品国产 | 91国内揄拍国内精品对白 | 国产精品自拍亚洲 | 怡红院精品视频 | 色网站免费视频 | www.欧美激情 | 91免费视频国产 | 国产成人啪精品视频免费网站软件 | 国产一区中文字幕在线观看 | 一本久久a久久精品亚洲 | 色吧综合网 | 国产精品hd | 亚洲视频91 | 色吊丝欧美| 国产一级一级一级成人毛片 | 三级黄网站 | 黄网站免费在线观看 | 亚洲黄色小说图片 | 在线二区 | 一区二区三区四区亚洲 | 欧美精品第一页 | 天天综合网站 | 免费精品一区二区三区在线观看 | 午夜剧场刺激性爽免费视频 | 欧美 激情 在线 | 国产小视频免费在线观看 | 国产一区中文字幕在线观看 | 黄页网址大全免费观看美女 |