There is no need to recalculate it each time, so saving it to a local variable will speed up the loop a lot. <?php $count = count($array) ; for ...
確定! 回上一頁