1、函数 uniqid
基于微秒计的当前时间,生成一个唯一的ID。
2、定义
string uniqid ( [string prefix [, bool more_entropy]] )
3、返回值
以字符串的形式返回唯一标识符。
4、小技巧
可以结合md5使用。