News Feed
Jobs Feed
Sections




News Archive
Stanislav Malyshev's Blog:
Ruby-like iterators in PHP
January 28, 2010 @ 11:21:04

In this new post to his blog Stanislav Malyshev looks at creating some Ruby-like iterators as close as they can get in PHP.

I've started playing with Ruby recently, and one of the things that got my attention in Ruby were iterators. They are different inside from regular loops but work in a similar way, and looks like people (at least ones that write tutorials and code examples) like to use them.

He saw how one of the iterators worked - iterating over a Ruby hash - and wondered how difficult it'd be to write up something comparable in PHP. He creates a simple iterator, an array class to lay on top of it and an example of it in use. The use isn't as clean as the Ruby iterator, but it works similarly. He also includes a modification that lets you use ranges for what to return.

1 comment voice your opinion now!
ruby iterator hash array


blog comments powered by Disqus

Similar Posts

TutToaster.com: Ruby for PHP Developers

Matthew Weier O'Phinney's Blog: Applying FilterIterator to Directory Iteration

php|architect: Writing an AJAX-based Visual Rating System with PHP

DevShed.com: The Iterator Pattern (Conclusion)

Fabien Potencier's Blog: On PHP 5.3, Lambda Functions, and Closures


Community Events











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


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

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