Search File Contents PHP 搜索目录文本内容的代码


Posted in PHP onFebruary 21, 2010

这个类可以用来搜索在给定的文本目录中的文件。
它可以给定目录遍历递归查找某些文件扩展名的文件。
并打开找到的文件,并检查他们是否包含搜索词语。

它返回一个含有所有文件的列表包含搜索词语数组。

<?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 相关文章推荐
生成静态页面的PHP类
Jul 15 PHP
一个简单的网页密码登陆php代码
Jul 17 PHP
将word转化为swf 如同百度文库般阅读实现思路及代码
Aug 09 PHP
php根据日期判断星座的函数分享
Feb 13 PHP
如何实现php图片等比例缩放
Jul 28 PHP
PHP结合jQuery插件ajaxFileUpload实现异步上传文件实例
Aug 17 PHP
php提交post数组参数实例分析
Dec 17 PHP
postfixadmin忘记密码后的修改密码方法详解
Jul 20 PHP
Yii2中关联查询简单用法示例
Aug 10 PHP
PHP strcmp()和strcasecmp()的区别实例
Nov 05 PHP
PHP基于XMLWriter操作xml的方法分析
Jul 17 PHP
Yii2.0框架behaviors方法使用实例分析
Sep 30 PHP
php中理解print EOT分界符和echo EOT的用法区别小结
Feb 21 #PHP
用Zend Encode编写开发PHP程序
Feb 21 #PHP
PHP 学习路线与时间表
Feb 21 #PHP
php 高效率写法 推荐
Feb 21 #PHP
php 魔术函数使用说明
Feb 21 #PHP
php microtime获取浮点的时间戳
Feb 21 #PHP
PHP+ajax 无刷新删除数据
Feb 20 #PHP
You might like
php 设计模式之 工厂模式
2008/12/19 PHP
php实现计数器方法小结
2015/01/05 PHP
php实现用已经过去多长时间的方式显示时间
2015/06/05 PHP
详解WordPress中过滤链接与过滤SQL语句的方法
2015/12/18 PHP
WordPress中用于获取搜索表单的PHP函数使用解析
2016/01/05 PHP
php版微信数据统计接口用法示例
2016/10/12 PHP
PHP实现活动人选抽奖功能
2017/04/19 PHP
JavaScript CSS 修改学习第四章 透明度设置
2010/02/19 Javascript
JS原型对象通俗&quot;唱法&quot;
2012/12/27 Javascript
js jquery获取随机生成id的服务器控件的三种方法
2013/07/11 Javascript
js获取内联样式的方法
2015/01/27 Javascript
angularjs学习笔记之三大模块(modal,controller,view)
2015/09/26 Javascript
jQuery中的ajax async同步和异步详解
2015/09/29 Javascript
Jquery实现select multiple左右添加和删除功能的简单实例
2016/05/26 Javascript
详解Angularjs 如何自定义Img的ng-load 事件
2017/02/15 Javascript
jQuery给表格添加分页效果
2017/03/02 Javascript
详解vue-admin和后端(flask)分离结合的例子
2018/02/12 Javascript
nodejs acl的用户权限管理详解
2018/03/14 NodeJs
[46:58]完美世界DOTA2联赛PWL S3 Forest vs LBZS 第一场 12.17
2020/12/19 DOTA
在Django的视图(View)外使用Session的方法
2015/07/23 Python
python结合API实现即时天气信息
2016/01/19 Python
快速查询Python文档方法分享
2017/12/27 Python
使用Python的OpenCV模块识别滑动验证码的缺口(推荐)
2019/05/10 Python
Python自动化之数据驱动让你的脚本简洁10倍【推荐】
2019/06/04 Python
Python configparser模块应用过程解析
2020/08/14 Python
Python 处理日期时间的Arrow库使用
2020/08/18 Python
selenium+超级鹰实现模拟登录12306
2021/01/24 Python
EVE LOM英国官网:全世界最好的洁面膏
2017/10/30 全球购物
J2EE中常用的名词进行解释
2015/11/09 面试题
入党积极分子介绍信
2014/01/17 职场文书
文秘大学生求职信
2014/02/25 职场文书
经营目标管理责任书
2014/07/25 职场文书
餐饮服务食品安全责任书
2014/07/25 职场文书
技术负责人岗位职责
2015/02/10 职场文书
创新创业项目计划书该怎样写?
2019/08/13 职场文书
mongodb数据库迁移变更的解决方案
2021/09/04 MongoDB