Answers

Question and Answer:

  Home  PHP

⟩ What are the different functions in sorting an array?

Sorting functions in PHP:

asort()

arsort()

ksort()

krsort()

uksort()

sort()

natsort()

rsort()

 162 views

More Questions for you: