gae php アプリケーションを介して Web ページのコンテンツを取得したいと考えています。しかし、コードは機能しません。
私のコードは次のとおりです。
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
誰かがこれについて考えましたか?