What are the different functions in sorting an array?



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

Post New Answer

More PHP Interview Questions

Explain me what is x+ mode in fopen() used for?

0 Answers  


Which parts of php are case sensitive?

0 Answers  


Which function can be used to exit from the script after displaying the error message?

0 Answers  


Write a program using while loop?

0 Answers  


Do loops php?

0 Answers  


Tell me how can we determine whether a php variable is an instantiated object of a certain class?

0 Answers  


What is the difference between unlink and unset ?

3 Answers  


What are the benefits of using php and mysql?

0 Answers  


How to call javascript function in php on button click?

0 Answers  


How to upload a file (may be a .txt or a .doc file) from a php script/file?

1 Answers  


Explain what is the difference between $var and $$var?

0 Answers  


How can we destroy the cookie?

4 Answers  


Categories