Briefing Zend Knowledge

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

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

A.
array_flip()

B.
array_reverse()

C.
rsort()

D.
krsort()

E.
array_multisort()