preg_match主要使用啦preg_match这个函数,作用是在字符串中只进行一次匹配,返回值为0(没有匹配)或1(有一次匹配),出错时返回false,如果要匹配所有字符串可以使用preg_match_all匹配手机号/***验证手机号是否正确*@authorhonfei*@paramnumber$mobile*/functionis_mobile($mobile){if(!is_numeric($mobile)){returnfalse;}returnpreg_match('#^13[\d]{9}$^14[5,7]{1}\d{8}$^15[^4]{1}\d{8}$^17[0,1,3,6,