What are the different functions in sorting an array?
Answer Posted / anirban biswas
sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
(),multisort(),natcasesort(),natsort(),uasort().
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is php secure?
Is php a dying language?
What is the use of mysql_real_escape_string() function?
What is xss in php?
Is python easier than php?
How big is nvarchar max?
What is the difference between for and foreach?
What is faster?
Does session expire on closing browser?
How do I check environment variables?
How to get a total number of rows available in the table?
How to get the number of characters in a string?
Tell me in php, objects are they passed by value or by reference?
What does $_ post mean in php?
Do while loops php?