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.
array | $array | |
callable | $callback | |
mixed | $default |
mixed |
Designed by : w10schools
service@w10schools.com
Please login to continue.