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