|
array_allChecks if all array elements satisfy a callback function Descriptionbool array_all(array
$array, callable $callback)
array_all returns Parameters
Return Values
The function returns ExamplesExample #1 array_all example The above example will output: bool(true) bool(false) bool(true) See Also
|