News Feed
Jobs Feed
Sections




News Archive
Jeremy Cook's Blog:
Implementing IteratorAggregate and Iterator
May 14, 2012 @ 13:04:58

In a recent post to his blog Jeremy Cook has gotten back into looking at some of the SPL functionality that comes with PHP. In this new post he looks specifically at the IteratorAggregate and Iterator object types.

After a bit of a break I'm finally able to get back to writing about the predefined interfaces in PHP. PHP provides two interfaces that allow you to define how your objects behave in a foreach loop: IteratorAggregate and Iterator. Before taking a look at IteratorAggregate I'll briefly discuss how we can iterate over objects in PHP 'natively' and what it means to be Traversable.

He introduces the concepts being being "iteratable" and "traversable". He then shows how to implement the IteratorAggregate (only one method required, "getIterator") and Iterator ("next", "valid", "current" and "key" methods required) in classes of your own.

You can find out more about these two object types (including more sample usage) on their manual pages: IteratorAggregate & Iterator.

0 comments voice your opinion now!
iteratoraggregate iterator tutorial iterate traversable


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Integrate Google Book Search into a PHP application

PHP-GTK Blog: How to: PHP 5.3 with PHP-GTK and Cairo on Linux Mint 9

Cohesive Web: PHP serialization or Json

Court Ewing's Blog: The Best Models are Easy Models

Felix Geisendorfer's Blog: 10 Days of Free Dessert!


Community Events











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


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

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