how to decode json and combine again in php

51

<?php
$array[] = json_decode($json1, true);
$array[] = json_decode($json2, true);
?>

Comments

Submit
0 Comments