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 |
Which operator is used to combine string values in php?
How do you remove duplicates from an array?
What types of images that PHP supports?
What is faster?
Are sessions stateless?
How can we register the variables into a session?
Tell me how is it possible to remove escape characters from a string?
Is not null in php?
Does winrunner 8.0 or qtp 8.0 supports php
How to check a variable is array or not in php?
Is it worth learning php in 2019?
Tell me how is it possible to know the number of rows returned in result set?