Skip to content

Instantly share code, notes, and snippets.

@ph4un00b
Created April 28, 2014 19:58
Show Gist options
  • Save ph4un00b/11382406 to your computer and use it in GitHub Desktop.
Save ph4un00b/11382406 to your computer and use it in GitHub Desktop.
some quickly task scripts
/* get some random key */
$pool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
dd(substr(str_shuffle(str_repeat($pool, 1)), 0, 36));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment