wenbinye/ipip

获取IP的中文位置

v1.0 2016-07-15 03:29 UTC

This package is auto-updated.

Last update: 2024-09-15 17:54:25 UTC


README

安装

通过composer安装:

composer require wenbinye/ipip

用法

代码示例:

<?php
use ipip\Ip;

var_dump(Ip::getInstance()->find('1.192.94.203'));
// 返回结果
array (size=4)
  0 => string '中国' (length=6)
  1 => string '河南' (length=6)
  2 => string '郑州' (length=6)
  3 => string '' (length=0)