array mode(null $key = null) Get the mode of a given key. Parameters null $key Return Value array
bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool
mixed|null median(null $key = null) Get the median of a given key. Parameters null $key Return Value mixed|null
mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed
Collection map(callable $callback) Run a map over each of the items. Parameters callable $callback Return Value Collection
Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection
Collection keys() Get the keys of the collection items. Return Value Collection
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
mixed last(callable $callback = null, mixed $default = null) Get the last item from the collection. Parameters callable $callback mixed $default Return Value mixed
static Collection make(mixed $items = array()) Create a new collection instance if the value isn't one already. Parameters mixed $items Return Value Collection
Page 157 of 996