Код: Выделить всё
{"one":"morning","two":"afternoon","three":"evening","four":"night"}
Код: Выделить всё
{"four":"night","one":"morning","three":"evening","two":"afternoon"}
Код: Выделить всё
$icons = json_decode(file_get_contents("icons.json"));
ksort($icons);
foreach($icons as $icon => $code){...}
Неперехваченная ошибка типа: ksort(): аргумент №1 ($array) должен быть массива типов, заданный stdClass
Подробнее здесь: https://stackoverflow.com/questions/238 ... ument-1-ar