标签: php json
我需要抓取JSON数据。 给定链接以JSON格式显示扫描结果。
$json = file_get_contents('https://www.magereport.com/scan/result/?s=http://magento2-demo.nexcess.net/'); $obj = json_decode($json);
$obj始终为NULL。 这样可以吗?
$obj
NULL