简单教程
提交运行
代码编辑器:
<?php $age = array("Peter"=>"35","Ben"=>"37","Joe"=>"43","Harry"=>"50"); print_r(array_chunk($age,2,true));
运行结果: