摘要: if (!function_exists('random')) { /** * 获取随机字符串 * @param number $length 长度 * @param string $type 类型 * @param number $convert 转换大小写 * @return string 随机字符串 */ ... 阅读全文
posted @ 2019-07-02 17:48 绘梨衣 阅读(422) 评论(0) 推荐(0)
摘要: if (!function_exists('excelTime')) { /** * phpexcel 对读出来的5位数时间进行转换 * @param [type] $date [description] * @param boolean $time [description] * @return [type] [description... 阅读全文
posted @ 2019-07-02 17:25 绘梨衣 阅读(1039) 评论(0) 推荐(0)