mixed offsetGet(mixed $key) Get an item at a given offset. Parameters mixed $key Return Value mixed
bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool
array modelKeys() Get the array of primary keys. Return Value array
array mode(null $key = null) Get the mode of a given key. Parameters null $key Return Value array
mixed min(callable|string|null $callback = null) Get the min value of a given key. Parameters callable|string|null $callback Return Value mixed
Collection merge(mixed $items) Merge the collection with the given items. Parameters mixed $items Return Value Collection
Page 841 of 996