News Feed
Jobs Feed
Sections




News Archive
PHPCodeBase.com:
PHP Magic Function glob()
April 01, 2011 @ 08:21:20

On PHPCodeBase.com there's a recent post looking at a handy file system function that you can use to search directories simpler than a usual opendir/readdir method - glob.

Are you guys still using opendir() function to read the the files from the folder in PHP? Luckily PHP have the glob() function which perform this task very faster and smarter.

He compares an example of the opendir/readdir method to a few line replacement with glob, both searching the same directory for files. He looks at the arguments you can pass into glob - the path to search and a flag that adds special handling to the method (like turning off sorting, modifying the regular expression handling and stopping on errors).

2 comments voice your opinion now!
function glob opendir readdir regularexpression search


blog comments powered by Disqus

Similar Posts

Cyberlot\'s Blog: Searching Zend Frameworks mailing list

Larry Garfield's Blog: Benchmarking magic

Jeroen van Dijk: Multi-select faceting in Solr with Solarium

PHPMaster.com: Practicing Regular Expressions with Search and Replace

Rob Allen's Blog: Luke - Lucene Index Toolbox


Community Events









Don't see your event here?
Let us know!


language community framework object podcast testing code tool example interview release zendframework2 unittest api composer introduction database development phpunit opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework