I have two arrays of arrays that have an id key, and I\'d like to merge the data together based on that array\'s key and key value. The data would look somethin
id
Use array_replace_recursive function for easy and fast way
array_replace_recursive($color, $size)