摘要:
php 密码生成类功能:1.可设定密码长度。2.可设定要生成的密码个数,批量生成。3.可以指定密码的规则,字母,数字,特殊字符等。GeneratePassword.class.php 1, 'number' => 1, 'special' => 1 ); private $_length = 8; // 密码长度 private $_num = 1; // 密码数... 阅读全文
posted @ 2013-12-24 00:41
傲雪星枫
阅读(240)
评论(0)
推荐(0)
浙公网安备 33010602011771号