Array
(
[1234] => Array
(
[time] => 304060
)
[4321] => Array
(
[time] => 12958
)
How would I sort 1234 and 4321 by the time value inside them?Array
(
[1234] => Array
(
[time] => 304060
)
[4321] => Array
(
[time] => 12958
)
How would I sort 1234 and 4321 by the time value inside them?