abcphp / think-ip
The ThinkPHP6 ip Package
1.0.0
2022-10-05 13:16 UTC
Requires
- php: >=7.2.5
- topthink/framework: ^6.0.3
This package is auto-updated.
Last update: 2025-03-05 19:44:14 UTC
README
The ThinkPHP 6 ip Package
安装
composer require abcphp/think-ip @dev
获取ip
\abc\Ip::find("10.82.245.13")
array(7) {
["ip"]=>
string(12) "10.82.245.13"
["country"]=>
string(9) "局域网"
["province"]=>
string(0) ""
["city"]=>
string(0) ""
["county"]=>
string(0) ""
["isp"]=>
string(0) ""
["area"]=>
string(11) "局域网IP"
}
##更新数据
\abc\Ip::udpate()