<?php $array = [ ['type' => 'fruit', 'name' => 'apple', 'cost' => 1], ['type' => 'fruit', 'name' => 'orange', 'cost' => 2], ['type' => 'vegetable', 'name' => 'carrot', 'cost' => 2.5], ['type' => 'vegetable', 'name' => 'avocado', 'cost' => 3.5] ]; $result = []; foreach ($array as ['type' => $type, 'type' => $result[$type]['type'], 'name' => $name, 'cost' => $result[$type][$name]]); var_export(array_values($result));
You have javascript disabled. You will not be able to edit any code.