file_get_contents在有效网址上返回false [英] file_get_contents returning false on valid url

查看:133
本文介绍了file_get_contents在有效网址上返回false的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从以下php代码获得bool false返回:



$ code = file_get_contents('http://maps.googleapis.com/maps/api /geocode/json?latlng=36.108820,-115.170232&sensor=false');



当我将网址放入浏览器时,它可以正常工作。



有关错误的任何想法?

I get an bool false return from the following php code:

$code = file_get_contents('http://maps.googleapis.com/maps/api/geocode/json?latlng=36.108820,-115.170232&sensor=false');

When I place the url in a browser it works fine.

Any thoughts on what is wrong?

推荐答案

code = file_get_contents('http://maps.googleapis.com/ maps / api / geocode / json?latlng = 36.108820,-115.170232&sensor = false');



当我将网址放入浏览器时,它可以正常工作。 />


有关错误的任何想法?
code = file_get_contents('http://maps.googleapis.com/maps/api/geocode/json?latlng=36.108820,-115.170232&sensor=false');

When I place the url in a browser it works fine.

Any thoughts on what is wrong?


这篇关于file_get_contents在有效网址上返回false的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆