Something like json_encode(array_merge(json_decode($a, true),json_decode($b, true))) should work. array_merge in official PHP documentation.
確定! 回上一頁