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.
Valid flags:
Before PHP 4.3.3 GLOB_ONLYDIR was not available on Windows and other systems not using the GNU C library.
This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.
See also opendir(), readdir(), closedir(), and fnmatch().
| This HTML Help has been published using the chm2web software. |