Skip to content

Ip gets real address, data source Taobao API build.

License

Notifications You must be signed in to change notification settings

ofcold/ip_region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip_region

Ip gets real address, data source Taobao API build.

<?php

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


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