/ Published in: PHP
Generates a random string of variable length.
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
javierarce on 09/07/06
textmate random unique md5 uniqid
20 people have marked this snippet as a favorite
Roshambo
NexusRex
mdavie
blakeb
vali29
Nix
pixelhandler
BD51392
nb109
lfatr
rukoche
suibhne
ewanmacleod
love
loric
colingardom
dhavalpatel
AaronPresley
f1r3fl3x
lfcortes
Generates a random string of variable length.
Subscribe to comments
You need to login to post a comment.
Very useful. Thanks.
One problem with this function is that the length of the returned string cannot exceed 32 characters, as md5() returns a 32 character string. I have rectified this by making the function recursive, and I have tightened the syntax by using ternary operators:
Sorry, it didnt post above: