摘要: /** * 匹配IP地址 * @param string $subject * @return bool */ function checkVailIp(string $subject){ $pattern = "/(1\d{2}|2[0-4]\d|25[0-5]|[1-9]\d|[1-9])\." 阅读全文
posted @ 2021-01-10 18:38 青柚 阅读(1151) 评论(0) 推荐(0) 编辑