News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
A Closer Look At ArrayObject
April 26, 2010 @ 10:50:33

In a new post to his blog today Brandon Savage has taken a look at the SPL ArrayObject component including how it's handled in a PHP5 OOP kind of world.

ArrayObject is an object that is designed to behave exactly like an array. If that seems confusing, don't worry, it's not. ArrayObject is an object. It follows all the rules of how objects work. But it's designed to implicitly behave like an array for all intents and purposes, including being used in a foreach loop, and accessing it's properties just like you would access the values in an array.

He includes a code snippet showing how the ArrayObject can be used and explains that, since it's an object and not an array, the "copy, not duplicate" handling applies to it. You get the best of two worlds - the ease of an array and the power of an object (plus there's some performance improvements too).

0 comments voice your opinion now!
arrayobject spl object array


blog comments powered by Disqus

Similar Posts

Manfred Weber's Blog: Sharing complex objects between PHP and Flash - Part II

PHPit.net: PHP5 Class Basics, Part 1

DevShed: Introducing the Memento Pattern

Matthew Weier O'Phinney's Blog: Autoloading Benchmarks

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling


Community Events











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


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

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