Collection pluck(string $value, string|null $key = null) Get the values of a given key. Parameters string $value string|null $key Return Value Collection
Collection pluck(string $value, string|null $key = null) Get an array with the values of a given key. Parameters string $value string|null $key Return Value Collection
mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed
Collection only(mixed $keys) Get the items with the specified keys. Parameters mixed $keys Return Value Collection
Collection only(mixed $keys) Returns only the models from the collection with the specified keys. Parameters mixed $keys Return Value Collection
void offsetUnset(string $key) Unset the item at a given offset. Parameters string $key Return Value void
void offsetSet(mixed $key, mixed $value) Set the item at a given offset. Parameters mixed $key mixed $value Return Value void
Page 840 of 996