News Feed
Jobs Feed
Sections




News Archive
PHPro.org:
SPL AppendIterator
December 17, 2008 @ 11:19:32

On the PHPro.org website Kevin Waterson has posted a look at the AppendIterator iterator, a part of the SPL (Standard PHP Library) that is included with PHP5.

The SPL AppendIterator provides a method of iterating over multiple arrays at the same time. This can be very useful when aggregating data from different sources, such as XML or RSS feeds or even multiple database sources. The flexibility and efficiency of the whole SPL suite of tools is a the disposal of the AppendIterator making manipulating data in multiple objects fast and simple with a minimum of code.

His example shows what an AppendIterator object looks like, how to use it to add new values to an array and how to filter values out of the append process with a FilterIterator object.

0 comments voice your opinion now!
tutorial spl appenditerator filteriterator filter array


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Developing PHP the Ajax way, Part 2 - Back, Forward, Reload

SitePoint PHP Blog: How to Roll Your Own JavaScript Compressor with PHP and the Closure Compiler

Sameer Borate's Blog: Selecting all except some columns in MySQL

Kevin van Zonneveld's Blog: How virtualization will improve your code

Sameer Borate's Blog: Easy thumbnail generation using PHP


Community Events









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


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

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