Код: Выделить всё
$a = array(
'color' => 'red',
'taste' => 'sweet',
'shape' => 'round',
'name' => 'apple'
);
Подробнее здесь: https://stackoverflow.com/questions/881 ... -not-found
Код: Выделить всё
$a = array(
'color' => 'red',
'taste' => 'sweet',
'shape' => 'round',
'name' => 'apple'
);