array_column(array $array, $column_key[, $index_key = NULL])
| Parameters: |
|
|---|---|
| Returns: |
An array of values representing a single column from the input array |
| Return type: |
array |
For more information, please refer to the PHP manual for array_column().
Please login to continue.