发布于 3年前

PHP 手机号验证

function check_phone($phone)
{
        return preg_match( "/^1[3456789]\d{9}$/", $phone);
}
©2020 edoou.com   京ICP备16001874号-3