<? $a = array_fill(5, 6, 'pehepe'); print_r($a); ?> ÇIKTISI: Array ( [5] => pehepe [6] => pehepe [7] => pehepe [8] => pehepe [9] => pehepe [10] => pehepe )