What are the different functions in sorting an array?
Answer Posted / rajan vardawaj
Sorting functions in PHP: asort() arsort() ksort() krsort()
uksort() sort() natsort() rsort()
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to upload file in php?
Do you know what is the use of the function 'imagetypes()'?
Can php run on windows server?
What is uniqid php?
What are the special characters you need to escape in single-quoted stings?
List some string function name in php?
What will the ?getdate() function returns in PHP?
What is basic php?
What does echo mean in php?
Which php mvc framework is best?
Explain $_FILES Superglobal Array?
What is meant by an associative array?
Explain about getters and setters in php?
Why die is used in php?
How to download file in php?