A

Admin • 828.03K Points
Coach

Q. Which function is used to sort an array in ascending order by value?

  • (A) sort()
  • (B) asort()
  • (C) ksort()
  • (D) rsort()
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
sort() sorts an array in ascending order according to the values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.