File_Find::glob()

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

Synopsis

require_once 'File/Find.php';

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

Beschreibung

Search the directory to find matches for the specified pattern.

Parameter

Rückgabewert

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

Fehler-Meldungen

Tabelle 39-1. Mögliche Fehler-Arten

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

Hinweise

Diese Methode kann statisch aufgerufen werden.

Beispiel