PHP利用qqwry.bat获取实际使用地址
程序员文章站
2022-03-11 22:06:30
...
这篇文章介绍的内容是关于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利用qqwry.bat获取实际使用地址的详细内容,更多请关注其它相关文章!
上一篇: html5中怎么实现居中显示图片
下一篇: jsp是干什么的?