News Feed
Jobs Feed
Sections




News Archive
Stefan Koopmanschap's Blog:
GlobIterator Easy access to specific files
April 17, 2012 @ 12:43:42

Stefan Koopmanschap has a new post to his blog showing a handy use of the GlobIterator to access only certain files.

For a project I am working on I needed to iterate over all .xml files in a specific directory. I started out with a DirectoryIterator, then considered I didn't want the XML filtering to take place inside my foreach loop. I decided to add a FilterIterator to the setup, but then felt this was not the right solution either. So I turned to my favorite SPL guru, Joshua Thijssen, to see if I was overseeing some kind of filter-option in the DirectoryIterator. I didn't, but I did oversee something else: GlobIterator.

The GlobIterator lets you use functionality similar to the glob function (including being able to use wildcards in file searching) and get the resulting list back as a set of SplFileInfo objects, complete with additional metadata that can be extracted.

0 comments voice your opinion now!
globiterator spl iterator glob filesystem find


blog comments powered by Disqus

Similar Posts

Jeremy Cook's Blog: Implementing IteratorAggregate and Iterator

PHPPro.org: SQL Intro, Reciprocal Links & Finding Links with DOM

Alex Netkachov's Blog: CMS extensions: where to find, how to choose?

Matthew Turland's Blog: Environmental Awareness Quickie

Marco Tabini's Blog: 5 PHP 5 features you can't afford to ignore


Community Events











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


unittest testing introduction development example opinion series phpunit community conference zendframework2 interview code language release object framework podcast tool functional

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