Q. Which function is used to merge arrays in PHP?
β
Correct Answer: (A)
array_merge()
Explanation: array_merge() is used to merge two or more arrays.