Created
November 25, 2015 04:05
-
-
Save changs1986/6dcbae72a8a0d79dbffd to your computer and use it in GitHub Desktop.
utility php gitst
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
| <?php | |
| //生成唯一数字id | |
| base_convert(uniqid('', true), 16, 10); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment