On 27/05/2024 17:51, Elminson De Oleo Baez wrote:
Below is a brief overview of the proposed methods:

any_empty(array $array): bool - This method will return true if any element in the provided array is empty, and false otherwise. all_empty(array $array): bool - This method will return true if all elements in the provided array are empty, and false otherwise.
Dude... what? https://wiki.php.net/rfc/array_find

Reply via email to