摘要:
高效判断远程图片是否存在 阅读全文
posted @ 2019-01-05 15:09
sfornt
阅读(355)
评论(0)
推荐(0)
摘要:
page.class.php 阅读全文
posted @ 2019-01-05 15:08
sfornt
阅读(220)
评论(0)
推荐(0)
摘要:
page.class.php 阅读全文
posted @ 2019-01-05 15:07
sfornt
阅读(499)
评论(0)
推荐(0)
摘要:
index.php 阅读全文
posted @ 2019-01-05 15:06
sfornt
阅读(584)
评论(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
阅读(357)
评论(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
阅读(360)
评论(0)
推荐(0)
摘要:
生成随机字符串 生成随机数 阅读全文
posted @ 2019-01-05 15:02
sfornt
阅读(160)
评论(0)
推荐(0)
摘要:
PHP生成ZIP压缩文件 阅读全文
posted @ 2019-01-05 15:02
sfornt
阅读(1242)
评论(0)
推荐(0)
摘要:
email 阅读全文
posted @ 2019-01-05 15:01
sfornt
阅读(426)
评论(0)
推荐(0)
摘要:
php红包算法 阅读全文
posted @ 2019-01-05 15:00
sfornt
阅读(328)
评论(0)
推荐(0)

浙公网安备 33010602011771号