What is the best method to merge two PHP objects 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));