Convert JSON string to array ... $url = "https://someURI"; $response = json_decode(file_get_contents($url)); print_r($response) ; //nice big string returned ...
確定! 回上一頁