最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
PHP判断IP格式的函数
时间:2022-07-02 10:17:42 编辑:袖梨 来源:一聚教程网
function is_ip($str) {
if(!strcmp(long2ip(sprintf("%u",ip2long($ip))),$ip)) return 1;
else return 0;
}
或者(老版本用)
function is_ip($str) {
$ip = explode(".", $str);
if (count($ip)<4 || count($ip)>4) return 0;
foreach($ip as $ip_addr) {
if ( !is_numeric($ip_addr) ) return 0;
if ( $ip_addr<0 || $ip_addr>255 ) return 0;
}
return 1;
}
假如简单的判定格式a.b.c.d而不考虑abcd的值的话:
return (preg_match("/^([0-9]{1,3}.){3}[0-9]{1,3}$/is", $str));
不过假如需要真的ip的时候就不好玩了
相关文章
- 污污漫画入口风险警示-合规访问指南与安全指引 12-13
- 海棠文学城网页版官网入口-2025在线网址直达 12-13
- 土豪漫画官方APP免费下载入口-正版无广告畅读保障 12-13
- 歪歪漫画app最新版下载入口-首页畅读无广告直接进 12-13
- SkrBT磁力官网最新入口-skrbt磁力引擎极速版入口 12-13
- 微博热搜网页版极速入口-微博热搜榜官方直达链接 12-13