How to merge an array in php?

Hi help me I have a 3 array I want to merge then.
Ankur Rajput
Asked 24-06-2025
190

Answer (1)
  Here is the code for merge array... <?php  $result = array_merge($arr1,$arr2,$arr3); ?>
Deepak Sharma
Asked 22-07-2018
45 Likes
Comments
Write comment

Submit your answer