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 |
Where is the submitted form data stored?
What is print_r?
I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution
Explain php parameterized functions.
What is the default session time in php?
How can we encrypt and decrypt a data present in a mysql table using mysql?
What is Different between Joomla And Magento?
How many types of inheritances used in php and how we achieve it.
How to find current date and time?
How to write a program to make chess?
What is final keyword in php?
What is move_uploaded_file in php?