<?php $input = Array( Array ( 0 => 1 ), Array ( 0 => 2 ) ); $result = call_user_func_array("array_merge", $input); var_export($result);
You have javascript disabled. You will not be able to edit any code.