advanced code snippet search
koko on 08/13/10
password generator simple oneline
08/13/10 09:41pm
2 people have marked this snippet as a favorite
mgerdtseloh77
A password generator in one line!
return substr(md5(rand().rand()), 0, $len);
Report this snippet Tweet
Comment:
You need to login to post a comment.