size = 10; $array = array_fill(0, $size, NULL); print_r($array); /* run: Array ( [0] => [1] => [2] => [3] => [4] => [5]...
確定! 回上一頁