create a function that returns true for all elements of an array, false otherwise in PHP
PHP
🤖 Code Explanation
This code is written in PHP and it returns a boolean value. The function will return true if all the values in the given array are true and false if any of the values are false.