示例#1
0
 public static function getGeoIP()
 {
     return json_decode(CurlUtil::go(array("url" => "http://freegeoip.net/json/github.com/" . GenFun::getUserIP())), true);
 }