Briefing Zend Knowledge

What function can reverse the order of values in an array so that keys are preserved?

What function can reverse the order of values in an array so that keys are preserved?

A.
array_flip()

B.
array_multisort()

C.
krsort()

D.
array_reverse()

E.
rsort()

Explanation: