What are the different functions in sorting an array?
Answer / rajan vardawaj
Sorting functions in PHP: asort() arsort() ksort() krsort()
uksort() sort() natsort() rsort()
| Is This Answer Correct ? | 11 Yes | 1 No |
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
Is it more secure to use cookies to trfer session ids?
What is csrf token and how it works?
Does php support multiple inheritance?
How can we get ip address of a client in php?
What are the encryption functions available in PHP?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
Why php is sometimes called as embedded scripting language?
How to support multiple-page forms?
What kind of variable is age?
How to uploaded files to a table?
What is empty php?