Difference Between arra_merge and array_combine

By | August 1, 2014

Example: array_merge

here i used the same key for the both arrays. in firstarray i used “vasanthan” as key second array again used “vasanthan” as key. in output second array key is override the first array key.

Example array_combine

In array_combine first array values as key and the second array values as value in the result array.