直接贴代码:

1
2
3
4
5
6
7
8
9
10
11
12
//随机生成n条手机号
protected function randomMobile($n)
{
$tel_arr = array(
'130','131','132','133','134','135','136','137','138','139','144','147','150','151','152','153','155','156','157','158','159','176','177','178','180','181','182','183','184','185','186','187','188','189',
);
for($i = 0; $i < $n; $i++) {
$tmp[] = $tel_arr[array_rand($tel_arr)].mt_rand(1000,9999).mt_rand(1000,9999);
// $tmp[] = $tel_arr[array_rand($tel_arr)].'xxxx'.mt_rand(1000,9999);
}
return array_unique($tmp);
}

最后更新: 2019年01月09日 13:54

原始链接: http://jqqgitup.github.io/2019/01/09/测试/

× 请我吃糖~
打赏二维码