04-01-2012
As one of the building blocks of the Standard PHP Library (SPL), the ArrayObject class is a traversable, countable structure, which allows you to treat objects as arrays. This functionality seems irrelevant at first sight, but the class may be a real time-saver in certain situations. That’s especially true when...