Answer Posted / 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 |
Post New Answer View All Answers
What is meant by pear in php? What is the purpose of it?
What is properties of class?
How is it possible to parse a configuration file?
What is slim framework?
What are the four scalar types of php?
Which variable declarations within a class is invalid in php?
What is php artisan tinker?
Tell me can the value of a constant change during the script's execution?
What is helper library?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is a query give example?
How should a model be structured in mvc?
How to Pass JSON Data in a URL using CURL in PHP?
Tell me what types of loops exist in php?
Is apache needed for php?