Входной массив
Код: Выделить всё
$sizes = [
'small' => ['name' => "Small", 'x' => 300],
'x-small' => ['name' => "Wee Small", 'x' => 140],
'medium' => ['name' => "Medium", 'x' => 500],
'less-than-medium' => ['name' => "Medium Low", 'x' => 460],
]
Подробнее здесь: https://stackoverflow.com/questions/792 ... tems-value