<?php $array = [ ['attribute' => 1.5, 'value' => 'one & a half'], ['attribute' => 2, 'value' => 'two'], ['attribute' => 1, 'value' => 'one'], ]; var_export( array_column($array, 'value', 'attribute') );
You have javascript disabled. You will not be able to edit any code.