ofcold/

ip-region

IP获取真实地址,数据来源淘宝API构建。

1.0.0 2018-06-13 08:58 UTC

This package is auto-updated.

Last update: 2024-08-29 04:54:20 UTC


README

IP获取真实地址,数据来源淘宝API构建。

<?php

require __DIR__.'/vendor/autoload.php';


print_r(
	Ofcold\IPRegion\Region::make('113.88.160.22')
);