tryphp_func_array_shift.php:
"red","b"=>"green","c"=>"blue"); echo array_shift($a)."
"; print_r ($a); ?>
red
Array ( [b] => green [c] => blue )