What is difference
between ksort and
krsort in php?
Answer / rakesh
ksort is sorting associative array in ascending order and krsort is same but in descending order
| Is This Answer Correct ? | 0 Yes | 2 No |
How can restrict user to type upto 8 characters in textbox in php?
How can get all database name using Php and Sql?
What is difference between in_array and array_search?
How can get current system time continuously without refresh of page?
1)how i get the current system time using php?
How to Connect and Insert Record to MYSQL using PHP?
Which keyword is alias for count keyword in php?
What is the best way to make wordpress plugin
How can call any javascript function without saying onclick, onchange, onblur etc events in php?
I have array like $array = array(1, "hello", 1, "world", "hello"); if i want the following output then how can i do this? Array ( [1] => 2 [hello] => 2 [world] => 1 )
How many frameworks are in php?
What is 301 redirects in php? When are we used 301 redirects in our projects?