function isPhone($string) { if (preg_match('/^[0,4]\d{2,3}-\d{7,8}$/', $string)) return true; return false; }
扫一扫分享
9545
帖子
31
小组
3242
积分
发帖
回复
分享