摘要:
public function unzip($src_file, $dest_dir=false, $create_zip_name_dir=true, $overwrite=true){ 阅读全文
posted @ 2018-08-03 15:38
北往星辰
阅读(831)
评论(0)
推荐(0)
摘要:
$filePath为文件路径,上传文件则返回文件路径调用下面函数即可public function readText($filePath,&$errorCode,&$errorMessage){ try{ $file = fopen($filePath, "r"); // 只读文件 if(empty 阅读全文
posted @ 2018-08-03 15:23
北往星辰
阅读(360)
评论(0)
推荐(0)