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
How to remove duplicate values from php array?
What is the purpose of the '.frm' file extension? What do thes file contain?
What is faster in php?
How can you make a connection with mysql server using php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Explain the difference between static and dynamic websites?
What does php exit do?
What is php regular expression?
What is the function of trim?
What is is_null() in php?
Why are sessions used?
What is the difference between print() and echo()?
What is the difference between get and post in php?
What do you use php for?
What are magic methods?