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 prepare in php?
How do you end php?
What is difference between Method overriding and overloading in PHP?
What are the differences between require and include, include_once?
How do I check environment variables?
What are the differences between php constants and variables?
What is the use of "enctype" attribute in a html form?
How many types of array are there in php?
What is the difference between htmlentities and htmlspecialchars in php?
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
What is csrf verification?
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?