- 2
Can you help me solve this question?Write a PHP script to sort the following associative array: array("Sophia"=>"31","Jacob"=>"
a) ascending order sort by value b) ascending order sort by Key c) descending order sorting by Value d) descending order sorting by Key (without using any pre-defined php function).
1 Respuesta
+ 1
This might help you:
https://sololearn.com/discuss/1599346/?ref=app