We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array_column - Return the values from a single column in the input array
array array_column( array $array, uint32 $index )
array_column() returns the values from a single column of the input array, identified by column_key.
array - The input array. It must have at least 2 dimensions.
index - The column to return, with 0 being the first column.
An array of values representing a single column from the input array.
1.4 and above.