<?php $args = array( "A" => [], "B" => [], "C" => [], "D" => [], "E" => [], "F" => [], "G" => [], "H" => [] ); if(empty(array_merge(... array_values($args)))) echo "Given Array is empty"; else echo "Given Array is not empty";
You have javascript disabled. You will not be able to edit any code.