php 生成唯一编码函数
摘要:
/** * [create_guid 生成guid 全球惟一标识符] * @return [type] [description] */ public function create_guid(){ $charid = strtoupper(md5(uniqid(mt_rand(), true))) 阅读全文
posted @ 2020-06-19 16:57 潇潇六月雨 阅读(392) 评论(0) 推荐(0)
posted @ 2020-06-19 16:57 潇潇六月雨 阅读(392) 评论(0) 推荐(0)