PHP压缩图片质量后再上传!(thinkphp内引入)

header(“content-type:text/html;charset=utf-8;”); $file = request()->file(‘fil…
PHP的ip地址获取类【Ip2Region】

Composer地址 composer require zoujingli/ip2region 使用方法 // ip 定位 public function ge…
TP5.1导入CSV|xls|xlsx等表格文件进数据库

和导出一样的使用phpoffice全家桶 composer require phpoffice/phpspreadsheet Server层 //支持CSV/x…
TP5.1使用PHPExcel扩展库导出表格文件

composer地址 composer require phpoffice/phpspreadsheet tp5.1没有tp5.0的vendor助手函数 com…