【发布时间】:2013-02-13 13:24:49
【问题描述】:
此链接返回我当前的位置: https://j.maxmind.com/app/country.js 是新加坡。 但是,如果我在 php 文件中使用 file_get_contents('https://j.maxmind.com/app/country.js'),它会返回美国。为什么?
【问题讨论】:
-
因为托管您调用
file_get_contents的PHP 文件的服务器位于美国。不客气。
标签: php curl file-get-contents geoip