Skip to content

Instantly share code, notes, and snippets.

@charlestati
Created March 23, 2015 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlestati/544973b1f29b827c9cd6 to your computer and use it in GitHub Desktop.
Save charlestati/544973b1f29b827c9cd6 to your computer and use it in GitHub Desktop.
Generate an array of letters (lowercase & uppercase) and digits
array_merge(range('A', 'Z'), range('a', 'z'), range(0, 9));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment