tryphp_func_array_unshift3.php:
"red",1=>"green"); array_unshift($a,"blue"); print_r($a); ?>
Array ( [0] => blue [1] => red [2] => green )