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