The What
Syntax
array array_column ( array $input , $mixed $column_key [, mixed $index_key = null ] );
Description
The array_column
function returns the values from a single column of the input, identified by the column_key. Optionally, an index_key may be provided to index the values in the returned array by the values from the index_key column of the input array.
Your best friend is code, Tonya is making the introductions.
More coming soon…keep checking back.