PHP's array functions such as array_values() can be used on an object if the object...
implements Traversable
is an instance of ArrayObject
implements ArrayAccess
None of the above
Submit