Created
April 28, 2014 19:58
-
-
Save ph4un00b/11382406 to your computer and use it in GitHub Desktop.
some quickly task scripts
This file contains hidden or 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
/* 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