您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

PHP根据手机号判断运营商方法分享

2024/3/15 12:10:41发布27次查看
本文主要介绍了php根据手机号判断运营商,详细介绍附代码,大家可以根据最新的号段进行添加即可,通过正则判断实现,需要的朋友可以参考下,希望能帮助到大家。
道理很简单,知道手机号规则 进行正则判断就可以
移动:134、135、136、137、138、139、150、151、157(td)、158、159、187、188
联通:130、131、132、152、155、156、185、186
电信:133、153、180、189、(1349卫通)
html页面
<!doctype html> <html lang="en"> <head> <title>手机号归属</title> </head> <body> <input type="text" onblur="mobile_check($(this).val())" > </body> </html> <script type="text/javascript" src="__root__/public/admin/lib/jquery/1.9.1/jquery.min.js"></script>//修改为自己的路径 <script> /* 移动:134、135、136、137、138、139、150、151、157(td)、158、159、187、188 联通:130、131、132、152、155、156、185、186 电信:133、153、180、189、(1349卫通) */ var phone = ''; function mobile_check(phone){ if(phone.length !== 11){ alert('未检测到正确的手机号码'); return false; } $.ajax({ url:"__controller__/phone_check", async:false, datatype:'json', type:'post', data:{phone:phone}, success:function(msg){ alert(msg); } }); } </script>
controller控制代码
/* *@param string $phone 手机号字符串 *@return 0中国移动,1中国联通 2中国电信 3未知 */ public function phone_check(){ if(is_post){ $phone = i('phone'); $ischinamobile = "/^134[0-8]\d{7}$|^(?:13[5-9]|147|15[0-27-9]|178|18[2-478])\d{8}$/"; //移动方面最新答复 $ischinaunion = "/^(?:13[0-2]|145|15[56]|176|18[56])\d{8}$/"; //向联通微博确认并未回复 $ischinatelcom = "/^(?:133|153|177|173|18[019])\d{8}$/"; //1349号段 电信方面没给出答复,视作不存在 // $isothertelphone = "/^170([059])\\d{7}$/";//其他运营商 if(preg_match($ischinamobile, $phone)){ $this->ajaxreturn('中国移动'); //0 }else if(preg_match($ischinaunion, $phone)){ $this->ajaxreturn('中国联通'); //1 }else if(preg_match($ischinatelcom, $phone)){ $this->ajaxreturn('中国电信'); //2 }else{ $this->ajaxreturn('未知'); //3 } } $this->display(); }
相关推荐:
如何根据ip获得运营商的信息
javascript判断手机号运营商是移动、联通、电信还是其他(代码简单)_javascript技巧
js判断手机号运营商的方法_javascript技巧
以上就是php根据手机号判断运营商方法分享的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product