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

DevShed: Iterators in the Simplest Sense - An Accessible Implementation in PHP 4

RoofTopSolutions.nl: Caching in PHP using the filesystem, APC, and Memecached

Matthew Turland's Blog: A Few Kinks in FilterIterator

DevShed: Implementing the ArrayAccess Interface - PHP

Christian Schaefer's Blog: Simply iterate over XML with plain PHP using little memory and CPU


Community Events











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


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

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