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 PHP Magic Methods/Functions. List them.
How to assigning a new character in a string using php?
What is echo in html?
How can we destroy the cookie?
What is helper function?
What is $_ request?
Tell us how to create an array of a group of items inside an html form?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?
hi sir am kiran kumar finished my mca 2009 passed out sir .. i have more doubts regarding open source technologies sir if we pass zend exam in php can we get a job opportunity in foreign countries sir and is it good demand for php compared to dot net and java and some other technologies like sap , erp sir bcoz my friends saying they are finished dot net and java courses they telling in php we cannot earn more and we cannot go onsite opportunity even big companies not dealing with php is it right ah sir ? please send ur valuable suggestions to my email sir kiranpulsar2007@gmail.com please send ur phone number also sir thanking u sir
in PHP for pdf which library used?
What is overriding in php?