当前位置:Gxlcms > PHP教程 > PHP利用qqwry.bat获取实际使用地址

PHP利用qqwry.bat获取实际使用地址

时间:2021-07-01 10:21:17 帮助过:29人阅读

这篇文章介绍的内容是关于PHP利用qqwry.bat获取实际使用地址,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下

步骤如下:

1.获取ip地址,例如:

$ip = '100.100.100.1';

2.通过composer下载

composer require oscarhan/ip-get

或者再Github上下载包

git clone https://github.com/ouhaohan8023/IpGet.git

3.在程序中使用

下面介绍在Thinkphp中如何使用


use Oscar\IpGet\IpGet;
$ip = '100.100.0.1';
$model = new IpGet();
$location = $model->getlocation($ip);
var_dump($location);//XXXXX内蒙云基地

相关推荐:

PHP利用CURL将他人服务器图片上传到自己的图片云空间

以上就是PHP利用qqwry.bat获取实际使用地址的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行