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 trim in php?
Why session is required?
i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)
What is serialization in php?
What is the super method?
How to calculate the difference between two dates using php?
Tell me what type of operation is needed when passing values through a form or an url?
Explain the difference b/w static and dynamic websites?
Is php open source?
I have written a source code in php but I do not know how to compile that and conduct it with a website please explain me the how to compile that ?
Is ruby on rails php?
Is php a case sensitive language?