PHP create unique id

php函数 uniqid()

md5/sha1 + time()/mt_rand()

$_SERVER + time() + sha1/md5()

352