最新下载
热门教程
- 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();//调用
?>
相关文章
- 海边梦幻记忆自拍 07-21
- 哥特图书馆里的奇幻女子 07-21
- Epique AI-Epique AI是为房地产经纪人打造的AI工具 07-21
- 钉钉消息通知异常怎么解决 07-21
- 外研u学图书怎么激活 07-21
- 在浏览器中跑 Prettier:格式化 Markdown 的四个难点 07-21