Use array_chunk : $pieces = array_chunk($array, ceil(count($array) / 2));. If you want them in separate variables (instead of a ...
確定! 回上一頁