<?php $array = [ ['item' => ['name' => 'ttt', 'price' => 100, 'quantity' => 1]], ['item' => ['name' => 'sss', 'price' => 100, 'quantity' => 1]], ['item' => ['name' => 'vvv', 'price' => 100, 'quantity' => 1]], ]; print_r(array_column($array, 'item'));
You have javascript disabled. You will not be able to edit any code.