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)- A8% (4)
- B78% (38)
- C2% (1)
- D10% (5)
- E2% (1)
Community Discussion
No community discussion yet for this question.