PHP Handbuch | ||
---|---|---|
Zurück | Nach vorne |
The glob() function searches for all the pathnames matching pattern according to the rules used by the shell. No tilde expansion or parameter substitution is done.
Returns an array containing the matched files/directories or FALSE on error.
Anmerkung: This function is disabled in safe mode and therefore will always return FALSE in safe mode.
Beispiel 1. Convenient way how glob() can replace opendir() and friends.
This could result in the following output:
|
See also opendir(), readdir() and closedir().
Zurück | Zum Anfang | Nach vorne |
fwrite | Nach oben | is_dir |