我想知道在某些国家/地区是否可以通过php查看外部文件是否被阻止。
我需要在中国替换Bing地图的谷歌地图,但像get_headers()或file_get_contents()这样的功能不能满足我的需要。
答案 0 :(得分:1)
在中国,您可以使用特定的谷歌地图网址
www.google.cn/maps/
和api访问
<script src="http://maps.google.cn/maps/api/js?key=API_KEY" type="text/javascript">