This class is meant to execute searches for files inside a given directory.
The class can traverse directories recursively as an option.
It can search for files given a list of space delimited patterns that define extensions contained in the last 3 characters of the names of the files that are meant to be found. For instance, the pattern "txt htm" makes the class return for all files with the name ending in txt or htm.
As a result the class returns an array with the paths of all the files that were found during the search.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (90.0%) |
- |
Sufficient (65.0%) |
- |
- |
Not sure (53.0%) |
1136 |
| 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.
| File |
Role |
Description |
FileSearcher |
Class |
Class to search for files |
Usage.php |
Example |
How to use the class file |