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 |
Differences between get and post methods?
What is env in laravel?
How long is csrf token?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
Swap two variables value without using third variable in php ?
What is the purpose of the '.myd' file extension? What do thes file contain?
What can I do by cakePHP?
To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is a collection in php?
how to upload a file in php.write a syntex for that
Tell me how can we check the value of a given variable is alphanumeric?