Home Answers Viewqa PHP What are the different functions in sorting an array?

 
 


brijesh
What are the different functions in sorting an array?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

What are the different functions in sorting an array?

View Answers

November 15, 2010 at 5:38 PM


Hi everyone,

You can see the list of functions for sorting array in php :

asort()

arsort()

ksort()

krsort()

uksort()

sort()

natsort()

rsort()

Thanks









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.