<?php $arr = [ 0 => [ 0 => 123, 1 => 108, 2 => 58, 3 => 23, ], 1 => [ 0 => 93, 1 => 94, 2 => 95, 3 => 172, 4 => 30, ], 2 => [ 0 => 109, 1 => 81, 2 => 79, 3 => 155, ], ]; $result = array_merge(...$arr); print_r($result);
You have javascript disabled. You will not be able to edit any code.