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
How to delete a file from the system?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How to create an array of a group of items inside an html form?
Why php script is not running in browser?
When sessions ends?
How to replace a substring in a given string?
Which is the best web server?
What is the use of array_count_values() in php?
What is the php function that removes the first element of the array and returns it?
What is pdo in php why use?
What is $_ get in php?
What is csrf cookie?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Does php need to be installed?
Which function is used in php to search a particular value in an array?