News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Using iterator_to_array() in PHP
February 29, 2012 @ 08:55:52

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 Traversable into arrays.

Someone watching over my shoulder recently had never seen the ubiquitously-useful iterator_to_array() before. [...] Mostly I find this useful when I'm working with collections of data as these often present themselves as an object that you can foreach() over, but you can't dump it directly. If the object in question implements the Traversable interface, you can instead pass it into iterator_to_array to get the data as an array.

She includes a brief snippet of code showing it in use - transforming the results from a MongoDB cursor object back into an array.

0 comments voice your opinion now!
iterator translate array snippet traversable


blog comments powered by Disqus

Similar Posts

Sanisoft Blog: Multilingual apps with CakePHP

Designer Daily: 8 useful recipes to improve your WordPress theme

LivePipe Blog: What PHP6 Actually Needs

Mike Wallner's Blog: __get() and array rumors

Maarten Balliauw's Blog: Generic arrays in PHP


Community Events











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


interview google testing zendframework2 opinion podcast introduction conference framework series community usergroup database phpunit development release language symfony2 rest functional

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