<?php $board = [ ['a', 'b', 'c'], ['d', 'e', 'f'], ['g', 'h', 'i'], ]; var_export(array_map(null, ...$board));
You have javascript disabled. You will not be able to edit any code.