What are the different functions in sorting an array?
Answers were Sorted based on User's Feedback
Answer / devendrarjadav
Following are the diffrent functios to sort an array
sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
().
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / anirban biswas
sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
(),multisort(),natcasesort(),natsort(),uasort().
| Is This Answer Correct ? | 2 Yes | 1 No |
how we can crop an image and how we can display it..
How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
What is the difference between get and post method in php?
What is variable declaration?
Where are the session values stored?
Which is faster for or foreach?
What is difference Between PHP 5 and 7?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
How many types of array are there in php?
What is overloading and overriding in php?
Which software is best for php?
Explain how we can retrieve the data in the result set of mysql using php?