Voting

The Note You're Voting On

Per
14 years ago
It bit me today, so putting it here in the hope it will help others:
If you call array_key_exists() on an object of a class that implements ArrayAccess, ArrayAccess::offsetExists() wil NOT be called.

<< Back to user notes page

To Top