Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Havard Eide's Blog:
Iterators
Aug 06, 2008 @ 17:52:35

Havard Eide looks at another aspect of the Standard PHP Library in a new blog post today - iterators.

[It's] a set of classes in the SPL that implements various iterating patterns: ArrayIterator, AppendIterator, FilterIterator, LimitIterator and NoRewindIterator. Hopefully you'll get a idea of what these are capable of and that you can get some new ideas for your day-to-day tasks.

He breaks it down into example of each, explaining what they can be used for, how they work and a code example of each in action (with output). You can find more information in iterators and their functions in the SPL section of the manual.

tagged: iterator tutorial array append filter limit norewind

Link:


Trending Topics: