how to merge two array of objects in php code example
Example: merge two objects in php
array_merge((array)json_decode($data1), (array) json_decode($data2));
array_merge((array)json_decode($data1), (array) json_decode($data2));