<?php $chars = ["a", "b" , "c"]; $result = []; foreach (array_chunk($chars, 1) as [0 => $result[], 0 => $result[], 0 => $result[]]); var_export($result);
You have javascript disabled. You will not be able to edit any code.