最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
密码随机函数
时间:2022-07-02 09:17:03 编辑:袖梨 来源:一聚教程网
function make_password()
{$pw_length=24;//密码长度
$low_ascii_bound=50;
$upper_ascii_bound=122;
$notuse=array(58,59,60,61,62,63,64,73,79,91,92,93,94,95,96,108,111);
while($i<$pw_length)
{mt_srand((double)microtime()*1000000);
$randnum=mt_rand($low_ascii_bound,$upper_ascii_bound);
if(!in_array($randnum,$notuse))
{$password1=$password1.chr($randnum);
$i ;
}
}
return $password1;}
$password=make_password();//调用
?>
相关文章
- dpsk人工智能官网-dpsk人工智能最新入口 03-04
- 满蛙漫画在线阅读-MANWA漫蛙官方正版 03-04
- 羞羞漫画网页免费登录入口-羞羞漫画在线首页登录 03-04
- 哔咔漫画PicaPica网页版:2026最新在线阅读地址与APP下载引导 03-04
- zlibrary中文官网-最新入口一键下载 03-04
- deepseek下载官网最新版-Deepseek官方正版 03-04