|
array_anyChecks if at least one array element satisfies a callback function Descriptionmixed array_any(array
$array , callable $callback )
array_any returns Parameters
Return Values
The function returns ExamplesExample #1 array_any example
The above example will output: bool(true) bool(false) bool(false) See Also
|