nerdexam
Zend

200-530 · Question #62

PHP's array functions such as array_values() can be used on an object is the oject....

The correct answer is C. implements ArrayAccess. See the full explanation below for the reasoning.

Question

PHP's array functions such as array_values() can be used on an object is the oject....

Options

  • Aimplement Traversable
  • Bis an instance of ArrayObject
  • Cimplements ArrayAccess
  • DNone of the above

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    79% (19)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice