News Feed
Jobs Feed
Sections




News Archive
Hakre's Blog:
Iterating over Multiple Iterators at Once
April 16, 2012 @ 12:09:44

In a recent post to his blog Hakre looks at iterating over iterators (multiples all at once) using either the Append Iterator or the MultipleIterator.

PHP's SPL has two build-in Iterators that deal with multiple iterators at once: AppendIterator and MultipleIterator. In this posting I'll cover both a bit.

He gives some sample code for each - showing how to use the AppendIterator to combine multiple iterators into one set and using the MultipleIterator to attach (not append/merge into one set) multiple iterator objects to a single, iteratable object. He als mentions a "lost" iterator, the DualIterator that never made it out of a SVN repository and into the main codebase.

0 comments voice your opinion now!
iterating multiple simultaneous appenditerator multipleiterator tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Defining the Core Structure of a PHP Blogger

WebReference.com: Create a Localized Web Page with PHP

Christian Wenz's Blog: php|works/db|works 2006

Christian Wenz's Blog: Installing PHP on Windows 7

Liip Blog: Table Inheritance with Doctrine


Community Events











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


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

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