We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all - Check if all values in an array are true
bool all( bool[] $list )
all() returns true if all elements in list are true.
list - The array to check.
True if all elements in list are true; false otherwise.
1.0 and above.