Q. Which function is used to sort an associative array in ascending order, according to the value?
β
Correct Answer: (A)
asort()
Explanation: asort() maintains index association and sorts according to value.