Briefing Zend Knowledge

An object can be counted with count() and sizeof() if it…

An object can be counted with count() and sizeof() if it…

A.
None of the above

B.
implements ArrayAccess

C.
has a public __count() method

D.
was cast to an object from an array

Explanation: