PHP获取IP地址输出为数组程序代码
程序员文章站
2022-04-27 08:33:03
...
在php中获取IP地址的方法有很多种,下面我介绍利用linux命令获取IP地址然后转换成数组输出,下面也介绍了一些常用关于php ip地址处理实例.
PHP获取服务器IP地址,用PHP执行ifconfig获得Linux服务器IP并输出为数组,下面是代码:
$v) { //过滤IP if (substr($v, 0, 3) == '127' || substr($v, 0, 3) == '10.' || substr($v, 0, 7) == '192.168' || substr($v, 0, 6) == '172.16') { unset($ips[$k]); } } shuffle($ips); //重新排序 print_r($ips); ?>
一些php获取ip地址例,代码如下:
我这里有一个比较公用的方法来获取用户ip地址,代码如下:
PHP获取IP所在地区(调用新浪API获取IP所在地),代码如下:
desc) ? $location->province . $location->city . $location->district . $location->isp : $location->desc; } ?>
永久链接:
转载随意!带上文章地址吧。