Specify array sort functions available in php ?

Answer Posted / asha banu

Hi,
There are 11 functions available in php to sort array.
They are
1)asort()
2)arsort()
3)Ksort()
4)Krsort()
5)sort()
6)uasort()
7)uksort()
8)usort()
9)rsort()
10)natsort()
11)natcatsort()

Is This Answer Correct ?    28 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is php array function?

535


Explain how to execute a php script using command line.

556


What is url encoding and decoding in php?

552


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

544


Write a program to find no of days between two dates in php?

509






How we can retrieve the data in the result set of mysql using php?

518


What is difference between static and final in php?

522


What is the difference between == and === operator in PHP?

462


What is variable and data type?

513


How to copy a file?

554


How to convert numbers to strings in php?

515


How cookies are trported from browsers to servers?

564


What is php constructor?

534


How can we check the value of a given variable is alphanumeric?

536


What is a path Traversal?

554