Skip to content

Instantly share code, notes, and snippets.

@changs1986
Created November 25, 2015 04:05
Show Gist options
  • Select an option

  • Save changs1986/6dcbae72a8a0d79dbffd to your computer and use it in GitHub Desktop.

Select an option

Save changs1986/6dcbae72a8a0d79dbffd to your computer and use it in GitHub Desktop.
utility php gitst
<?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