<?php $multiarr = [ ['Fruit' => 'Apples'], ['Fruit' => 'Bananas'], ['Fruit' => 'Oranges'], ['Veg' => 'Carrot'], //['Veg' => 'Leek'], ]; var_export( ['Fruit' => array_column($multiarr, 'Fruit')] );
You have javascript disabled. You will not be able to edit any code.