/ Published in: PHP
URL: http://en.wikipedia.org/wiki/Uuid
create a random string like a UUID. this will do the job in most cases. usage: uuid(); # creates a string of 32 chars uuid(4); # creates a string of 4 chars uuid(32); # creates a string of 32 chars uuid(150); # creates a string of 32 chars
Expand |
Embed | Plain Text
You need to login to post a comment.
