<?php $array=[ '2 16 10 4 0 0 0 0 0', '0 0 0 4', '2 15 8 6 0 0 0 0 0', '0 0 0 3', '3 18 12 5 0 0 0 0 0', '0 0 0 2' ]; $prepped_copy=preg_replace('/\s+/',' ',$array); while($prepped_copy){ $result[]=implode(' ',array_splice($prepped_copy,0,2)); } var_export($result);
You have javascript disabled. You will not be able to edit any code.