最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php判断IP地址是否在多个IP段内代码示例
时间:2022-06-24 22:21:02 编辑:袖梨 来源:一聚教程网
本篇文章小编给大家分享一下php判断IP地址是否在多个IP段内代码示例,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
IP.class.php
=$start && $ipInt<=$end) { $result = true; } return $result; } } ?>
IpRang.class.php
test.php
$value){ if(!IP::isIn($value[0], $value[1], $ip)){ continue; }else{ $tag.=$key; } } if(mb_strlen($tag,'utf-8')==1){ echo "";//调用新浪IP接口 echo ""; //弹出提示框,显示IP地址、地址以及将提交按钮置为不可用状态 } ?>