Voting

The Note You're Voting On

Hayley Watson
12 years ago
The indexes used in an ArrayAccess object are not limited to strings and integers as they are for arrays: you can use any type for the index as long as you write your implementation to handle them. This fact is exploited by the SplObjectStorage class.

<< Back to user notes page

To Top