简单教程
提交运行
代码编辑器:
<?php $a=array(0=>"red",1=>"green",2=>"blue"); echo array_shift($a); print_r ($a);
运行结果: