array array_fill ( int $start_index , int $num , mixed $value )
キーとしてパラメータ start_index から開始し、パラメータ value の値で与えられる num エントリで配列を埋めます。
埋められた配列が返されます。