Answer Posted / boopathi
SORTS IN PHP:
sort()
rsort()
asort()
arsort()
ksort()
krsort()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Do you know what is the differences between $a != $B and $a !== $B?
Which php mvc framework is best?
Explain what does the unset() function means?
What does empty mean in php?
How can php and html interact?
What is the difference between php4 and php5?
Which function would you use to format date information in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is php good for career?
Tell me how do I escape data before storing it into the database?
What is the best way to test the strpos() return value in php?
How to replace a text in a string with another text in php?
Where to put php files in apache server?
What are the different data types in javascript?
Tell me what are magic methods?