//ALL//如果所提供的函数返回 true 的数量等于数组中的成员数量的总和,则函数返回 true, 否则返回 falsefunction all($items, func){    return count(array_filter($items, $f...