/** * @name 创建一个唯一的字符串 * @desc * @return string 返回MD5后的值,32位长度 */ function create_unique_key() { return md5(microtime().uniqid().client_ip().uniqid().rand(0,99999)); }