Skip to content

Commit

Permalink
[更新]修改readme描述信息
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Mar 22, 2017
1 parent d9d47b8 commit 22d033f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ $ip = '101.105.35.57';

$info = $ip2region->btreeSearch($ip);

echo $info; // 2163|中国|华南|广东省|深圳市|鹏博士
var_export($info, true);

// array (
// 'city_id' => 2163,
// 'region' => '中国|华南|广东省|深圳市|鹏博士',
// )

```

0 comments on commit 22d033f

Please sign in to comment.