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 |
What are examples of independent and dependent variables?
what is the url rewriting?how to rewrite the url? give any example
What is polymorphism?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is a php trait?
What distinguishes php from something like client side java script?
What does the unset() function mean?
What are getters and setters php?
What is form validation in php?
Is numeric in php?
How to replace a text in a string with another text in php?
Tell me how can we determine whether a variable is set?