nerdexam
Zend

200-530 · Question #31

What function can reverse the order of values in an array without the loss of key information?

The correct answer is B. array_reverse(). See the full explanation below for the reasoning.

Question

What function can reverse the order of values in an array without the loss of key information?

Options

  • Aarray_flip()
  • Barray_reverse()
  • Crsort()
  • Dkrsort()
  • Earray_multisort()

How the community answered

(49 responses)
  • A
    8% (4)
  • B
    78% (38)
  • C
    2% (1)
  • D
    10% (5)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice