To ensure that the array is really empty before evaluation. Use the array_filter() function. <?php $arr = array(); $arr = array_filter($arr); if ...
確定! 回上一頁