Question:Which of the following functions will sort an array in ascending order by value, while preserving key associations?
A asort() B usort() C krsort() D ksort() E sort()
+ AnswerA
+ Report