https://github.com/wenbinye/ipip
17mon PHP IP Library
https://github.com/wenbinye/ipip
Last synced: 3 months ago
JSON representation
17mon PHP IP Library
- Host: GitHub
- URL: https://github.com/wenbinye/ipip
- Owner: wenbinye
- Created: 2016-07-15T03:30:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T03:31:49.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T03:41:36.989Z (4 months ago)
- Language: PHP
- Size: 948 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
17mon PHP IP Library
==============================Installation
------------------------------Install via composer ::
composer require wenbinye/ipip
Usage
---------------------------------code example ::
find('1.192.94.203'));
```
// 返回结果
array (size=4)
0 => string '中国' (length=6)
1 => string '河南' (length=6)
2 => string '郑州' (length=6)
3 => string '' (length=0)
```