【发布时间】:2022-12-02 03:05:27
【问题描述】:
I am new to Laravel and I was wondering if I can order the following multidimensional array with countries alphabetically? So I want all the countries inside the continents to be ordered alphabetically.
"EU" => array:9
0 => "NL"
1 => "BE"
3 => "FR"
4 => "DE"
5 => "ES"
6 => "IT"
7 => "GB"
8 => "TR"
9 => "DK"
]
"AS" => array:2
]
【问题讨论】:
标签: php arrays laravel alphabetical-sort