Skip to content

Instantly share code, notes, and snippets.

@rskull
Created January 20, 2012 14:18
Show Gist options
  • 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