<?php $input = ['A', 'B', 'C', 'D', 'E', 'F', 'G']; $cols = 2; var_export( array_map(null, ...array_chunk($input, ceil(count($input) / $cols)) ) );
You have javascript disabled. You will not be able to edit any code.