12 2021 档案
摘要:$color = $this->dominant_color($img); //获取图片颜色 $water = $this->make_watermark_img('水印文字', $color); //生成水印图片 $this->add_img_water($file_path, $water['u
阅读全文
摘要:/** * 裁剪图片 * imageCropper * @param string $source_path 图片地址 * @param string $w_file_path 要保存的地址 */ public function imageCropper($source_path, $w_file_
阅读全文
摘要:/** *获取指定一段时间内的每天的开始时间 * @param $startdate 开始日期 时间戳 * @param $enddate 结束日期 时间戳 * @param $format 时间格式 0:时间戳 1日期格式 * @return array 返回一维数组 */ public stat
阅读全文
摘要:/* * 截取字符串 */ public static function cut($begin,$end,$str){ $b = mb_strpos($str,$begin) + mb_strlen($begin); $e = mb_strpos($str,$end) - $b; return mb
阅读全文
摘要:<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <input type="text" value="" id="awardQqQun1"> <input type="text" value="" id="awar
阅读全文