adspace
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
What is trait in php?
What is the current stable version of php? What advance thing in php7?
how to detect a mobile device using php
What sized websites have you worked on in the past?
How to create a web form?
How to calculate the difference between two dates using php?
List some features of php that are deprecated in php7?
Name and explain five of the PHP error constants?
What does $_files means?
Explain me is it possible to destroy a cookie?
What is difference between static and final in php?
Tell me what kind of things have you done on the social side?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Write a program using while loop?
Which variable declarations within a class is invalid in php?