Merge allocates a new array and COPIES elements of both arrays, while append actually means reusing the destination array elements without extra ... ... <看更多>
Note this is mostly a PHP programming question about arrays and is better asked on e.g. Stack Overflow. As shown in the docs array_push() ... ... <看更多>