<?php $records = array( array( 'co-executor_id' => 1, ), array( 'co-executor_id' => 2, ), ); $arr = array_column($records, 'co-executor_id'); print_r($arr);
You have javascript disabled. You will not be able to edit any code.