摘要: 1/ 下载扩展包 composer require intervention/image 2/ 修改app.php 3/ 引入use Intervention\Image\Facades\Image; 4/ 数据处理 // 添加水印 阅读全文
posted @ 2019-02-25 15:26 迷失在路上 阅读(348) 评论(0) 推荐(0) 编辑
摘要: function http_get_imgData($url) { $ch = curl_init (); curl_setopt ( $ch, CURLOPT_CUSTOMREQUEST, 'GET' ); curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, fa 阅读全文
posted @ 2019-02-25 10:21 迷失在路上 阅读(319) 评论(0) 推荐(0) 编辑
摘要: function to_unicode($string) { $str = mb_convert_encoding($string, 'UCS-2', 'UTF-8'); $arrstr = str_split($str, 2); $unistr = ''; foreach ($arrstr as 阅读全文
posted @ 2019-02-25 09:23 迷失在路上 阅读(1150) 评论(0) 推荐(0) 编辑