tp3/qqwry

纯真 IP 库 thinkphp 3.2.x 版 。

v2.0 2017-07-13 01:43 UTC

This package is not auto-updated.

Last update: 2024-05-11 18:13:01 UTC


README

纯真 IP 库 thinkphp 版 。

数据库版本:2016.3.26

安装

composer require tp3/qqwry dev-master

更新你的依赖包 composer update 或者全新安装 composer install

使用

use juju\qqwry\qqwry;

$qqwry = new qqwry(); $ip = "61.128.128.68"; $ip = $qqwry->ntoa($ip); print_r($qqwry->query($ip));