tel方法检测中国电话号码格式,支持400、800等
格式:
Validator::tel(值)
用法:
Validator::tel('400-1234567'); // true
Validator::tel('400-890-0088'); // true
Validator::tel('010-59928888'); // true
Validator::tel('0510-85111111'); // true

Validator::tel(值)
用法:
Validator::tel('400-1234567'); // true
Validator::tel('400-890-0088'); // true
Validator::tel('010-59928888'); // true
Validator::tel('0510-85111111'); // true