Output of the "Sorting an array by descending numerical value" PHP snippet
Environment:
- Strangebuzz Snippet VM: 6.4.9
- PHP: 8.4
Code execution output:
Array
(
[orange] => 3
[lemon] => 1
[banana] => 5
[kiwi] => 11
[apple] => 2
)
Array
(
[kiwi] => 11
[banana] => 5
[orange] => 3
[apple] => 2
[lemon] => 1
)