int(0..1) any(array a, function(int(0..0):mixed) predicate, mixed ... extra_args)
Description
Returns 1 if any of the elements in a fulfills the requirement
predicate ( a [i], @extra_args ), otherwise 0. The
predicate should return non-zero for an element that meets the
requirements and zero for those that do not.