海滨擎蟹

php 判断手机号

function isMobile($mobile)
{
    $pattern = "/^1[0-9]{10}$/";

    if (preg_match($pattern,$mobile)){
        return true;
    }
    return false;
}

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »