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