Skip to content

Instantly share code, notes, and snippets.

@rskull
Created January 20, 2012 14:18
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 rskull/1647555 to your computer and use it in GitHub Desktop.
Save rskull/1647555 to your computer and use it in GitHub Desktop.
32文字のランダムな文字列作成
<?php
$token = md5(uniqid(mt_rand(), true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment