ArrayAccess Archive
Implementing the ArrayAccess Interface
This is the second part of an occasional series looking at practical uses for the PHP SPL and predefined interfaces. The first post in the series looked at implementing the Countable interface, this one will examine the ArrayAccess interface.
What is the ArrayAccess Interface?
ArrayAccess allows you to treat an object that...
Read More 