All we know about array_merge(param1,param2) array function in PHP. It may be possible that some begineers didn't come across this function. For those people, array_merge(param1,param2) will merge two arrays and reindex all elements in array. But there are some cases in which you need to keep the same indexes(preserve numeric keys) of this arrays..