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