17 Usage: php findregex.php <file> <name>
19 Find a specific file by name.
21 <path> Path to search in.
22 <name> Regex
for filenames to look
for.
29 if (!class_exists(
"RegexFindFile",
false)) require_once(
"regexfindfile.inc");
33 echo $file->getPathname().
"\n";
Find files by regular expression.