You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @method static bool hasKeys(array $input, array $keys, $strict = false) Returns if $input contains all requested $keys. If $strict is true it also checks if $input exclusively contains the given $keys.
45
46
* @method static array|mixed last(array $input, int $count = null) Gets the last element of an array. Passing n returns the last n elements.
46
47
* @method static array map(array $input, \Closure $func = null) Returns an array of values by mapping each in collection through the iterator.
47
48
* @method static array max(array|\Traversable $input) Returns the maximum value from the collection. If passed an iterator, max will return max value returned by the iterator.
0 commit comments