摘要: function get_password($length = 8) { $str = substr(md5(time().ALL_PS), 0, 6); return $str; } echo get_password(6); 阅读全文
posted @ 2012-11-30 18:21 网络剑客 阅读(102) 评论(0) 推荐(0)