摘要: /** * 生成验证码 * @param int $type 1: 纯数字,2:纯字母,3:数字与字母混合 * @param int $length * @return string */function buildRandomString($type=1,$length=4){ if ($type... 阅读全文
posted @ 2015-12-07 10:06 access笨小孩 阅读(467) 评论(0) 推荐(0)
>