源代码:
"red","b"=>"green","c"=>"blue"); echo array_shift($a)." "; print_r ($a); ?>
运行结果:
red Array ( [b] => green [c] => blue )