Showing posts with label What are the different functions in sorting an array?. Show all posts
Showing posts with label What are the different functions in sorting an array?. Show all posts

Saturday, May 16, 2009

What are the different functions in sorting an array?

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