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 |
What does $_env means?
What is difference between array_merge and array_combine in php?
What websites use php?
What is the difference between $var and $$var?
Is it possible to use com component in php?
How check submit button is clicked in php?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
How many bootable file in O/S - XP,2000, and 98. which are the files.
what method is used to generate a random number?
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
how can i find number of rows in a table using MS Access and php? i used odbc_num_rows($query); but it returned -1.
What is the function of string in c?