File_Find::glob()

File_Find::glob() -- find matches for a pattern in a directory

Referentiesamenvatting

require_once 'File/Find.php';

array &File_Find::glob (string $pattern, string $dirpath [, string $pattern_type = 'php'])

Beschrijving

Search the directory to find matches for the specified pattern.

Parameter

Return waarde

array - an array contains all filenames and name of subdirectories, which matches the pattern. Or a PEAR_Error.

Throws

Tabel 39-1. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
NULL " Cannot open directory " The given directory could not be opend. Check typing and directory permissions. This can not be caused by a competive processing the archive with Archive_Tar

Note

Deze functie kan statisch worden aangeroepen.

Voorbeeld