a php developer weblog

blog Closed!
calin view of the web development world

2005/10/19

glob() - a useful but obscure PHP function

@ 08:35 AM (31 months, 10 days ago)
Did you know this function exists? Well, since 4.3, there's this new PHP function called glob(); useful if one simply needs a list of files from a directory, and eventually apply ereg patterns to file matching. Before one had to either use the dir() class, or the opendir() function; something like this:

Read the rest of this entry ... (82 words left)