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 |
Explain me what is x+ mode in fopen() used for?
Which parts of php are case sensitive?
Which function can be used to exit from the script after displaying the error message?
Write a program using while loop?
Do loops php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is the difference between unlink and unset ?
What are the benefits of using php and mysql?
How to call javascript function in php on button click?
How to upload a file (may be a .txt or a .doc file) from a php script/file?
Explain what is the difference between $var and $$var?
How can we destroy the cookie?