count — Counts all elements in an array or in a Countable object ... for($i = 0, $c = count($array); $i < $c; $i++) var_dump($array[$i]);
確定! 回上一頁