优雅的文件名生成方式
采用md6加密哟
采用md6加密哟
/** 优雅的随机数据加密方式 @return string **/ function md6($string) { $str=$string.rand(); return md5(uniqid($str, true)); }
- 上一篇:php工具包
- 下一篇:远程使用gravatar头像
精彩图集
精彩文章