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 to create a table to store files?
How many ways to include array elements in double-quoted strings using php?
how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
When to use get and post request?
What is $_ files in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
What is the use of explode() function?
What is default session time in php?
How do I find environment variables?
What are the 5 types of variables?
What is regular expression in javascript?
How can we increase execution time of a php script?