摘要: 数据读取 public function test() { //引入类库 include "./PHPExcel-1.8/Classes/PHPExcel/IOFactory.php"; //elsx文件路径 $inputFileName = ROOT_PATH."/public/filew/1/1 阅读全文
posted @ 2020-12-01 16:54 邈宇 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 一、读取某个文件夹下的内容, opendir readdir结合while循环过滤,得到当前文件夹和父文件夹来操作 function readFolderFiles($path) { $list = []; $resource = opendir($path); while ($file = rea 阅读全文
posted @ 2020-12-01 10:30 邈宇 阅读(400) 评论(0) 推荐(0) 编辑