function concat() { $arrs = func_get_args(); return apply('array_merge', $arrs); } /** * cons(truct) * Returns a new array where x is the ...
確定! 回上一頁