简单教程
提交运行
代码编辑器:
<?php $a1=array("Dog","Cat"); $a2=array("Puppy","Kitten"); print_r(array_map(null,$a1,$a2));
运行结果: