摘要:
高效判断远程图片是否存在 阅读全文
摘要:
page.class.php 阅读全文
摘要:
page.class.php 阅读全文
摘要:
index.php 阅读全文
摘要:
``` /** * @param 起始时间 * @param 结束时间 * @param 时间类型 s 秒 i分 h 时 d天 **/
function timedate($startdate, $enddate, $datetype)
{ switch ($datetype) { case 's': // 计算多少秒 $time['sec... 阅读全文
摘要:
``` /** * 上传单图 */
function upload($path, $filename)
{ $file = request()->file($filename); $info = $file->rule('uniqid')->validate(['size' => 200 * 1024 * 1024, 'ext' => 'jpeg,jpg,png,gif'... 阅读全文
摘要:
生成随机字符串 生成随机数 阅读全文
摘要:
PHP生成ZIP压缩文件 阅读全文
摘要:
email 阅读全文
摘要:
php红包算法 阅读全文