<?php $i=10000; $as=[]; $time_a=microtime(true); for($z=0;$z<$i;$z++){ $as[] = [0,1,2,3,4,5,6,7,8,9]; } $a = array_merge(...$as); $time_a=microtime(true)-$time_a; print($time_a.' sec');
You have javascript disabled. You will not be able to edit any code.