array_column() returns the values from a single column of the array, 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. Parameters array A multi-dimensional array or an array of objects from which to pull a column of values from. If an array of objects is provided, then public