What function can reverse the order of values in an array so that keys are preserved? seenagape 10 years ago 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: ← Previous question Next question →