static mixed first(array $array, callable $callback = null, mixed $default = null)
Return the first element in an array passing a given truth test.
static mixed first(array $array, callable $callback = null, mixed $default = null)
Return the first element in an array passing a given truth test.
Please login to continue.