PHP json_decode(),json_decode函數 對 JSON 格式的字元串進行編碼 - PHP100
json_decode (PHP 5 >= 5.2.0, PECL json >= 1.2.0) json_decode — 對 JSON 格式的字元串進行編碼 說明 mixed json_decode ( string $json [, bool $assoc] ) 接受一個 JSON 格式的字元串並且把它轉換為 PHP 變數 參數 json 待解碼的 json string 格式的字元串。...