<?php $array = range('a', 'g'); $n = 2; $result = array_chunk($array, $n); $result[array_key_last($result)] += array_fill(0, $n, null); var_export($result);
You have javascript disabled. You will not be able to edit any code.