Specify array sort functions available in php ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / boopathi
SORTS IN PHP:
sort()
rsort()
asort()
arsort()
ksort()
krsort()
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you parse and process html/xml in php?
What is a php array?
How long do php sessions last?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
What are the advantages and disadvantages of Cascading Style Sheets?
How will you create a mysql database using php ?
How can we optimize or increase the speed of a mysql select query?
What is php session and how it works?
How to read a file in binary mode?
Which is incorrect with respect to separating php code and html?
What is mysql_fetch_array?
What's the output of the ucwords function in this example?