What are the different functions in sorting an array?
Answer Posted / 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 |
Post New Answer View All Answers
Can we use php variable in javascript?
What are the design patterns in php?
Explain about objects in PHP?
How to check an element is exists in array or not in php?
Tell me what is the main difference between require() and require_once()?
Why does php need server?
Are objects passed by value or by reference?
What is a query give example?
How do you execute a php script from the command line?
What is echo and print in php?
Is php 7.0 stable?
What are encryption functions in php?
Php says that an array is an ordered map. But how the values are ordered in an array?
How I can control asset documents without GR/IR?
What is a static variable in php?