Q. Which function appends one array to another in PHP? (A) array_merge() (B) array_combine() (C) append_array() (D) merge_array() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) array_merge() Explanation: array_merge() is used to combine two or more arrays.