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 to store case sensitive data in mysql ? how repair mysql table? diff bet float, double,real? diff bet mysql_fetch_object() and mysql_fetch_array()? which version of mysql support procedure , trigger? diff php4 and php 5? op - 2+5+"8"=? how to create object in javascript? query - select games from team who won games 2/4/6? NaN command in php? How to offload System date in mysql? typecasting in php? how to convert string to two decimal no? how to parse xml file in php command line argument in php? diff bet $msg,$$msg? diff bet require(), include(), include_once()? tables in mysql?
What does the initials of php stand for?
I have done 12th and then i completed 2 years course of web designing and development from xplora design skool, kota(rajasthan). I am a fresher. How much can i earn in this field ?
How can I rotate an image?
1 Answers Rushmore Consultancy,
What is meant by variable variables in php?
What is the role of php?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
How do I expire a php session after 30 minutes?
Does php need to be installed?
What are the uses of explode() function?
Why do we use namespace in php?
What are the core OOP’s concepts?