What is the use of "ksort" in php?
Answer / Rajesh Kumar Rai
The `ksort()` function sorts an array in ascending order using keys. This means that the order of the keys (not values) will be sorted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the difference between $var and $$var?
Does php have multiple inheritance?
What is the difference between Session and Cookie?
what is interface in java.
how to hidden querystring url please send sample program
How to return ascii value of character in php?
Explain me what is sql injection?
Is php harder than javascript?
What are the difference between echo and print?
Which function is used to read a single character from a file in PHP.
What can I do by cakePHP?
What is inheritance in php progaming?