News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Using SPL Iterators, Part 1
May 15, 2012 @ 12:26:59

On PHPMaster.com today there's a new tutorial posted, the first part of a series, looking at the use of the Standard PHP Library (SPL) in PHP. In this first part of the series, Stefan Froelich looks specifically at two of the more common uses for iterators - working with arrays and directories.

When I first came across the term iteration and saw the overwhelming list of classes related to it in the SPL, I was taken aback. It seemed maybe iteration was too complex for me to grasp. I soon realized it was just a fancy word for something we programmers do all the time. [...] In the first part of this two-part series I'll introduce you to iteration and how you can take advantage of some of the built-in classes from the Standard PHP Library (SPL).

Included in the tutorial is example code showing how to use the ArrayIterator to work with an array and the DirectoryIterator to process the contents of a directory. He also briefly touches on a few other iterators like "FileExtensionFilter", "RecursiveDirectoryIterator" and "RecursiveArrayIterator".

0 comments voice your opinion now!
spl iterators tutorial array directory file recursive


blog comments powered by Disqus

Similar Posts

Developer Tutorials: Introduction to PHP Programming

WebReference.com: Class Inheritance with PHP

Refulz.com: Special characters in Regular Expressions - Part 1

Justin Carmony's Blog: SMS Nagios Notifications with PHP & Twilio

Code2Learn.com: Using HighCharts with php , MySQL and CodeIgniter


Community Events











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


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

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