步驟如下:
1.獲取ip地址铛铁,例如:
$ip?=?'100.100.100.1';??
2.通過(guò)composer下載
composer?require?oscarhan/ip-get??
或者再Github上下載包
git?clone?https://github.com/ouhaohan8023/IpGet.git??
3.在程序中使用
下面介紹在Thinkphp中如何使用
use?Oscar\IpGet\IpGet;??
$ip?=?'100.100.0.1';??
$model?=?new?IpGet();??
$location?=?$model->getlocation($ip);??
var_dump($location);//XXXXX內(nèi)蒙云基地??