How to Merge Two Array Without Changing Its Index Key

Hey, we can merge two array without changing it’s index key is simply adding it. See the below example.



suppose we have two array $a and $b, the just add it by +sing, Like $a+$b, then out put will be an array without changing its index key.

Output-: