www.php.net/array_pad
codice:
$temp=array();
$temp=array_pad($temp,5,'');
print_r($temp);