Collection except(mixed $keys) Get all items except for those with the specified keys. Parameters mixed $keys Return Value Collection
Collection except(mixed $keys) Returns all models in the collection except the models with specified keys. Parameters mixed $keys Return Value Collection
Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection
$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this
Collection diffKeys(mixed $items) Get the items in the collection whose keys are not present in the given items. Parameters mixed $items Return Value Collection
Collection diff(mixed $items) Get the items in the collection that are not present in the given items. Parameters mixed $items Return Value Collection
Collection diff(mixed $items) Diff the collection with the given items. Parameters mixed $items Return Value Collection
Page 848 of 996