Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/255.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在PHP中调用Feedburner Ping URL_Php_Feedburner - Fatal编程技术网

在PHP中调用Feedburner Ping URL

在PHP中调用Feedburner Ping URL,php,feedburner,Php,Feedburner,我一直在想,如何让feedburner通过php ping更新我的rss提要。有没有办法调用php中ping的URL ping url的示例: http://feedburner.google.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Fgoogle.com 这就是你所需要的 file_get_contents("http://feedburner.google.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Fgoog

我一直在想,如何让feedburner通过php ping更新我的rss提要。有没有办法调用php中ping的URL

ping url的示例:

http://feedburner.google.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Fgoogle.com
这就是你所需要的

file_get_contents("http://feedburner.google.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Fgoogle.com");