pluck

Application-related functions

Summary

pluck(string|integer $col, array $array)

Return one column of a multidimensional array as an array.

Parameters:
  • $col (string|integer) – The column to pluck.
  • $array (array) – The array from which to pluck.
Returns:

array The column as an array.

Usage

Examples

See Also

Project Versions

Table Of Contents

Previous topic

max_file_size

Next topic

release_object

This Page