我想通过我的 gae php 应用程序获取网页内容。但代码不起作用。
我的代码是:
echo file_get_contents("http://www.navyfield.com", false);
我在 php-minishell 上尝试了我的代码,http ://php-minishell.appspot.com/ 它也没有工作。
这是结果
Google App Engine/1.8.7
PHP 5.4.19
>>> file_get_contents("http://www.navyfield.com", false);
file_get_contents(http://www.navyfield.com): failed to open stream: Fetch error
有人知道吗?