array getFilesByPattern(
string
$sDir, string
$sFilePattern, [bool
$bRecursive = false])
|
|
Search, inside a dir, for a file pattern, using regular expresion Example:
Search recursively for all the files with php extensions in the current dir
Parameters: