<<< Previous question <<< Question ID#0552.md >>> Next 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()
Answer
Answer: A
Which of the following functions will sort an array in ascending order by value, while preserving key associations?
Answer: A