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 do you end a function in python?
Differentiate echo vs. Print statement.
What do you mean range() in php?
Explain how to submit form without a submit button.
What are the three parts of an http request?
What is difference between mysql_connect and mysqli_connect?
How do you pass a variable by value?
Is php open source?
What is the default time in seconds for which session data is considered valid?
How can image properties be retrieved in php?
How do I check if a given variable is empty?
How to take a substring from a given string in php?
How to randomly retrieve a value from an array?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How to convert strings in hex format?