PHP/file/glob

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP‎ | file
Revision as of 14:05, 24 August 2022 by Woozle (talk | contribs) (Created page with "{{fmt/title|PHP filespec wildcard matching & searching|aka "globbing"}} ==About== PHP can do glob-based directory listings and can also check a given filename string against a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
PHP filespec wildcard matching & searching
aka "globbing"

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