Created
February 2, 2016 21:59
-
-
Save alfredoem/b7f08ef61571eaf7a883 to your computer and use it in GitHub Desktop.
Helpers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function uniqueString()// Return a unique string | |
{ | |
return $customId = strtoupper(uniqid()) . rand(0, 20); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment