Array empty check in php. theindreshverma ( Added May 07, 10:53 pm ). Login. <?php $arr = []; if($arr) { echo 'Array is null'; } else { print_r($arr); } ?>.
確定! 回上一頁