这个类可以用来搜索在给定的文本目录中的文件。
它可以给定目录遍历递归查找某些文件扩展名的文件。
并打开找到的文件,并检查他们是否包含搜索词语。
它返回一个含有所有文件的列表包含搜索词语数组。
复制代码 代码如下:
<?php
/*
Class for searching the contents of all the files in a directory and its subdirectories
For support please visit http://.Cn
var_dump($search->foundFiles);
?>
