12 2021 档案

摘要:$color = $this->dominant_color($img); //获取图片颜色 $water = $this->make_watermark_img('水印文字', $color); //生成水印图片 $this->add_img_water($file_path, $water['u 阅读全文
posted @ 2021-12-29 16:02 -韩 阅读(106) 评论(0) 推荐(0) 编辑
摘要:/** * 裁剪图片 * imageCropper * @param string $source_path 图片地址 * @param string $w_file_path 要保存的地址 */ public function imageCropper($source_path, $w_file_ 阅读全文
posted @ 2021-12-29 15:59 -韩 阅读(119) 评论(0) 推荐(0) 编辑
摘要:/** *获取指定一段时间内的每天的开始时间 * @param $startdate 开始日期 时间戳 * @param $enddate 结束日期 时间戳 * @param $format 时间格式 0:时间戳 1日期格式 * @return array 返回一维数组 */ public stat 阅读全文
posted @ 2021-12-20 10:20 -韩 阅读(776) 评论(0) 推荐(0) 编辑
摘要:/* * 截取字符串 */ public static function cut($begin,$end,$str){ $b = mb_strpos($str,$begin) + mb_strlen($begin); $e = mb_strpos($str,$end) - $b; return mb 阅读全文
posted @ 2021-12-16 17:35 -韩 阅读(680) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-12-11 14:43 -韩 阅读(2) 评论(0) 推荐(0) 编辑
摘要:<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 阅读全文
posted @ 2021-12-08 10:50 -韩 阅读(330) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示