https://blog.onlywire.com/category/content-submission/feed/
这是我的提要网址。出于某种原因,我无法使用 PHP 解析它。我错过了什么?
剧本:
$ch = curl_init( $feed_curl );
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
$data = curl_exec($ch);
echo $data;