Briefing Zend Knowledge

PHP’s array functions such as array_values() and array_key_exists() can be used on an object i

PHP’s array functions such as array_values() and array_key_exists() can be used on an object if
the object…

A.
implements Traversable

B.
is an instance of ArrayObject

C.
implements ArrayAccess

D.
None of the above