简单教程
提交运行
代码编辑器:
<?php $a=array(3=>"red",4=>"green"); print_r(array_merge($a));
运行结果: