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
Why ide is recommended for use while programming with php?
Tell me what is the difference between characters 34 and x34?
What are php magic quotes?
What is the function mysql_pconnect() useful for?
How do you check if a variable has been set in php?
How to specify argument default values?
How to download file in php?
Explain me what is the goto statement useful for?
Is php closing tag necessary?
What is the difference between explode () and split () functions in php?
What does the array operator '===' means?
What is the role of the .htaccess file in php?
When is a conditional statement ended with an endif?
Explain what is memcache?
How does firefox manage cookies?