<?php $array = [ 'one' => [20,0,40,0,60], 'two' => [50], 'three' => [0, 0, 0, 0], 'four' => [10, 5], 'five' => [0], ]; var_export( array_filter($array, 'array_product') );
You have javascript disabled. You will not be able to edit any code.