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 is the use of nl2br() in php?
What are the differences between include() and include_once () functions?
What is static variable in php?
What is binary safe function in php?
How to execute a function in php?
How to list all values of submitted fields?
What does the function get_magic_quotes_gpc() means?
What does the arrow mean in php?
What is the use of mvc in php?
How to include variables in double-quoted strings?
What is the purpose of pear in php?
Write a program in php to check whether a number is prime or not?