Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Created February 2, 2016 21:59
Show Gist options
  • Save alfredoem/b7f08ef61571eaf7a883 to your computer and use it in GitHub Desktop.
Save alfredoem/b7f08ef61571eaf7a883 to your computer and use it in GitHub Desktop.
Helpers
<?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