摘要: 高效判断远程图片是否存在 阅读全文
posted @ 2019-01-05 15:09 sfornt 阅读(344) 评论(0) 推荐(0) 编辑
摘要: page.class.php 阅读全文
posted @ 2019-01-05 15:08 sfornt 阅读(213) 评论(0) 推荐(0) 编辑
摘要: page.class.php 阅读全文
posted @ 2019-01-05 15:07 sfornt 阅读(495) 评论(0) 推荐(0) 编辑
摘要: index.php 阅读全文
posted @ 2019-01-05 15:06 sfornt 阅读(572) 评论(0) 推荐(0) 编辑
摘要: ``` /** * @param 起始时间 * @param 结束时间 * @param 时间类型 s 秒 i分 h 时 d天 **/ function timedate($startdate, $enddate, $datetype) { switch ($datetype) { case 's': // 计算多少秒 $time['sec... 阅读全文
posted @ 2019-01-05 15:04 sfornt 阅读(340) 评论(0) 推荐(0) 编辑
摘要: ``` /** * 上传单图 */ function upload($path, $filename) { $file = request()->file($filename); $info = $file->rule('uniqid')->validate(['size' => 200 * 1024 * 1024, 'ext' => 'jpeg,jpg,png,gif'... 阅读全文
posted @ 2019-01-05 15:03 sfornt 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 生成随机字符串 生成随机数 阅读全文
posted @ 2019-01-05 15:02 sfornt 阅读(153) 评论(0) 推荐(0) 编辑
摘要: PHP生成ZIP压缩文件 阅读全文
posted @ 2019-01-05 15:02 sfornt 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: email 阅读全文
posted @ 2019-01-05 15:01 sfornt 阅读(420) 评论(0) 推荐(0) 编辑
摘要: php红包算法 阅读全文
posted @ 2019-01-05 15:00 sfornt 阅读(317) 评论(0) 推荐(0) 编辑