PHP/file/glob
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
|
PHP filespec wildcard matching & searching aka "globbing"
|
{{#set: page title=PHP filespec wildcard matching & searching }}
About
PHP can do glob-based directory listings and can also check a given filename string against a given glob string.
See also: globbing
Functions
- «fnmatch()» reports whether the given filespec string matches the given wildcard string
- «glob()» accepts a filespec that includes a file mask, and returns a list of matching filespecs.
