You can check in PHP sandbox, example below. Show example <?php $jsonString = '{"coop_id":"COOP33"}'; $stdClass = json_decode($jsonString); ...
確定! 回上一頁