随笔分类 - 文件
摘要:客户端的文件上传到服务器,服务器返回文件的路径 返回信息,客户端将文件保存 客户端: <?php header('content-type:text/html;charset=utf8'); $url = 'http://192.168.1.118/legcc/aaa.php';//访问的服务器的地
阅读全文
摘要:1 $count ? $count : $countP; 17 18 for($i = $p; $iload($resource); // 文件名称 24 $sheet = $PHPExcel->getSheetByName('低压线路');//文件下的一个sheet表 25 $highestRow = $sheet->getHighestRow(); // 取得总行数 2...
阅读全文
摘要:1 private function getFileCacheCount($pathName) 2 { 3 $data = [ 4 5 //文件的个数 6 'num' => 0, 7 8 //文件的大小 9 'size' => 0 10 ]; 11 12 //打开目录 13 $dir = opendir($pathName)...
阅读全文