We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f91a8a commit f464b51Copy full SHA for f464b51
1 file changed
README.md
@@ -23,7 +23,7 @@ composer require 'itbdw/ip-database'
23
```php
24
25
//根据实际情况,基本上用框架(如 Laravel)的话不需要手动引入
26
-//require 'vender/autoload.php';
+//require 'vendor/autoload.php';
27
28
use itbdw\Ip\IpLocation;
29
@@ -77,7 +77,7 @@ http://www.cz88.net/fox/ipdat.shtml
77
```
78
IP 地理位置查询类
79
80
- 2017-09-12 赵彬言 1,缩减返回数据,去掉字段 remark smallarea baginip endip
+ 2017-09-12 赵彬言 1,缩减返回数据,去掉字段 remark smallarea beginip endip
81
2,将调用改为单例模式,保证只读取一次文件
82
3,修复 bug,直接将返回 gbk 编码内容转为 utf-8,移除编码隐患
83
4,去掉了"省"标志,变成了如 中国 浙江 杭州市 这样的数据
0 commit comments