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

Sean Coates' Blog: A Case of Mistaken Iterator

Brian Moon's Blog: Big arrays in PHP

Brian Moon's Blog: Big arrays in PHP

Jeff Moore's Blog: Keywords and Language Simplicity

Paul Jones' Blog: New PDO Behavior In PHP 5.2.1


Community Events











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


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

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