What are the different functions in sorting an array?

Answers were Sorted based on User's Feedback



What are the different functions in sorting an array?..

Answer / devendrarjadav

Following are the diffrent functios to sort an array

sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
().

Is This Answer Correct ?    25 Yes 0 No

What are the different functions in sorting an array?..

Answer / anirban biswas

sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
(),multisort(),natcasesort(),natsort(),uasort().

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More PHP Interview Questions

How to create a table to store files?

0 Answers  


How many ways to include array elements in double-quoted strings using php?

0 Answers  


how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?

0 Answers  


When to use get and post request?

0 Answers  


What is $_ files in php?

0 Answers  


Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?

0 Answers  


What is the use of explode() function?

0 Answers  


What is default session time in php?

0 Answers  


How do I find environment variables?

0 Answers  


What are the 5 types of variables?

0 Answers  


What is regular expression in javascript?

0 Answers  


How can we increase execution time of a php script?

0 Answers  


Categories