Earlier this month Rafael Dohms posted a new article to his blog looking at a feature of PHP it seems not every developer knows about - the Standard PHP Library (or SPL).
By a show of hands, how many people here ever heard of SPL? How many already used it?
Chances are most of you didn't raise your hands, and some might even have a confused look on their faces. Indeed that is the sad reality when...
Rafael Dohms' Blog: Iterating over life with SPL...
Rafael Dohms has posted the first part of a series he's writing looking at the Iterators that come with the Standard PHP Library (SPL). In this first article he focuses on Directory...
SitePoint PHP Blog: Simple Object Iterators in PHP
On the SitePoint PHP blog today there's a new post from Craig Buckler looking (quickly) at a handy feature of the Standard PHP Library (SPL) that can help make working with objects and...
Using Iterators in PHP
DevX: "This article shows you how to use the most important iterator classes: ArrayIterator, DirectoryIterator, FilterIterator, and so forth, found in the Standard PHP Library (SPL), and how...
Post new comment