Answer Posted / selvam
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 ? | 11 Yes | 3 No |
Post New Answer View All Answers
Why is php used for web development?
What is the correct php command to use to catch any error messages within the code?
Which functions are used to count the total number of array elements in php?
What are the differences between session and cookie?
Is php difficult to learn?
What is the meaning of ‘escaping to php’?
What is the use of "echo" in php?
How many types of array are there in php?
How to get a total number of elements used in the array?
How can I convert ereg expressions to preg in php?
How to get useful error messages in php?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is php session and how it works?
How to uploaded files to a table?
What are php applications?