Blogger Information
鱼的熊掌
Blog
51
fans
0
comment
1
visits
65418
integral:0
P beans:102
  • List of blog posts
  • PHP部门转成树形

    class Totree{ public function school_totree(){ $list=[ ['id'=>1,'name'=>'学校','pid'=>0], ['id'...

    2022-08-10 14:28 Read 453 comment 0
  • PHP ZipArchive 打包文件进行下载

    header(‘Content-Type:text/html; charset= utf-8’); $zipname='压缩文件名称'; $zip = new ZipArchive; //压缩文件名 中文转gbk $file...

    2022-06-16 14:46 Read 996 comment 0
  • PHPExcel导出设置单元格格式

    $PHPExcel = new \PHPExcel(); $PHPExcel->getActiveSheet()->getStyle('A1')->getNumberFormat()->setFormatCode('@'); //将A1...

    2022-06-10 10:36 Read 1917 comment 0
  • PHP导入Excel

       # 注:Excel首行标题名称要和 $FIELD 的title字段一致。表字段名要和$FIELD 的field一致。      &nb...

    2022-05-10 09:23 Read 1235 comment 0
  • PHP导出Excel

         set_time_limit(0);      ini_set('memory_limit', '1024...

    2022-05-10 09:06 Read 920 comment 0