|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">globDescriptionarray glob ( string pattern [, int flags])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.
See also opendir(), readdir() and closedir().
|