<?php $array = [ ['attribute' => 'gender', 'value' => 'male'], ['attribute' => 'first_name', 'value' => 'test'], ]; var_export( array_column($array, 'value', 'attribute') );
You have javascript disabled. You will not be able to edit any code.