Код: Выделить всё
$array = array(
'list[P] = 1',
'list[A] = 1',
'list[F] = 2',
'list[B] = 1'
);
Код: Выделить всё
[0] => list[P] = 1
[1] => list[A] = 1
[2] => list[B] = 1
[3] => list[F] = 2
Подробнее здесь: https://stackoverflow.com/questions/505 ... ing-number
Мобильная версия