Just decode your json string and then use array push $tempArray = json_decode($jsonstring, true); array_push($tempArray, $your_data);.
確定! 回上一頁