This class can be used to search for text within files like the Unix grep utility.
The class can traverse a directory recursively and read files with given file name extensions to find the text to be searched.
It may also return the number of times that the search text string was found in a file.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Insufficient (37.5%) |
Not sure (43.8%) |
- |
Not sure (56.3%) |
- |
- |
Insufficient (28.8%) |
1919 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Support Open Source |
Free software is a matter of liberty, not price. Think of "free" as in "free speech," not as in "free beer." |
| File |
Role |
Description |
GrepSimulator.inc.php |
Class |
Class to manipulate functions to simulate UNIX grep command |
example.php |
Example |
Main file to simulate UNIX grep command |