<?php $arr = [1,2,3,4,5,6,7,8,9,10]; For($i=0; $i<5; $i++){ $res[] = array_splice($arr, 0,2); } Var_dump($res, $arr);
You have javascript disabled. You will not be able to edit any code.