Quantcast
Channel: PHPDeveloper.org
Browsing all 5 articles
Browse latest View live

Fabien Potencier's Blog: Iterator or IteratorAggregate?

Following up on two previous posts about iterators, Fabien Potencier is back with one more quick shot on iterator aggregation - a look what using iterator versus iteratoraggregate. If you have ever...

View Article



Joshua Thijssen's Blog: SPL: Using the iteratorAggregate interface

Joshua Thijssen has a recent post spotlighting a part of the Standard PHP Library (SPL) that implements that Traversable interface, the IteratorAggregate interface. Together with its more famous...

View Article

Lorna Mitchell's Blog: Using iterator_to_array() in PHP

Lorna Mitchell has a new post to her blog today showing off a lesser-known but very useful function included in PHP - the iterator_to_array function, used to translate things that implement...

View Article

Jeremy Cook's Blog: Implementing IteratorAggregate and Iterator

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...

View Article

Web Mozarts: Give the Traversable Interface Some Love

In this recent post to the Web Mozarts site, Bernhard Schussek "gives Traversable some love" and introduces you to the Traversable interface and how it might work better for certain things than an...

View Article

Browsing all 5 articles
Browse latest View live


Latest Images