php獲取用(use)戶IP及詳細地(land)址完整代碼

閱讀 581  ·  發布日期 2022-12-03 21:39:43

php獲取用(use)戶IP及詳細地(land)址完整代碼

                                                                                                         山西張濤科技有限公司發表于(At)2022年12月3日



$ip = $_SERVER["REMOTE_ADDR"];    //浏覽當前頁面的(of)用(use)戶計算機的(of)ip地(land)址

$shadu_url = "http://ip-api.com/json/".$ip."?lang=zh-CN";

                $json = file_get_contents("$shadu_url");

                $arr = json_decode($json,true);

                $city = $arr['regionName'].$arr['city'];       //根據ip獲取所在(exist)的(of)地(land)區


附TP框架更新用(use)戶登錄ip

$upip = Db::table($this->table)->where('username',$name)->update(['ip'=>$ip]);


如有不(No)清楚可聯系作(do)者13203515253微信同号