Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenbinye/ipip
17mon PHP IP Library
https://github.com/wenbinye/ipip
Last synced: 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T03:31:49.000Z (over 8 years ago)
- Last Synced: 2024-04-16T20:10:37.205Z (9 months ago)
- Language: PHP
- Size: 948 KB
- Stars: 3
- Watchers: 2
- 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)
```