Q. Which function is used to sort arrays in ascending order in PHP (A) sort (B) asort (C) ksort (D) usort ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) sort Explanation: sort function sorts indexed arrays in ascending order