What are the different functions in sorting an array?
Answers were Sorted based on User's Feedback
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 |
Answer / anirban biswas
sort(), arsort(),ksort(), krsort(),rsort,usort() and uksort
(),multisort(),natcasesort(),natsort(),uasort().
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the features of php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How can you declare a constant variable in php?
Explain what does $_files means?
List some features of php that are deprecated in php7?
Explain how you can update memcached when you make changes to php?
How can I load data from a text file into a table?
How to find a substring from a given string in php?
Is facebook still in php?
Tell me how can we determine whether a variable is set?