Interview Questions

What are the different functions in sorting an array?

PHP Interview Questions and Answers


(Continued from previous question...)

What are the different functions in sorting an array?

Sorting functions in PHP:
asort()
arsort()
ksort()
krsort()
uksort()
sort()
natsort()
rsort()

(Continued on next question...)

Other Interview Questions