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 the difference between php 5 and php 7?
A process is identified by a unique___
What is the use session in php?
How can a cross-site scripting attack be prevented by php?
How to assigning a new character in a string?
How to get ip address of a server in php?
Do you know when sessions ends?
List some string function name in php?
What is meant by public, private, protected, static and final scopes?
What is difference between core php and framework?
What is php and its uses?
What is encapsulation in php?
Could we start a variable with number like $4name?
Is age interval or ordinal data?
Are php session secure?