Skip to content

A simple PHP function that returns a random alphanumeric code of a specified length (useful for generating unique IDs or access codes)

Notifications You must be signed in to change notification settings

danielkwood/RandomCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RandomCode

A simple PHP function that returns a random alphanumeric code of a specified length (useful for generating unique IDs or access codes). To use, just call the RandomCode() function and pass in the preferred length of the string when calling the function eg. RandomCode(6); will generate a random alphanumeric string 6 characters in length.

About

A simple PHP function that returns a random alphanumeric code of a specified length (useful for generating unique IDs or access codes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages