摘要:
public function unzip($src_file, $dest_dir=false, $create_zip_name_dir=true, $overwrite=true){ 阅读全文
摘要:
$filePath为文件路径,上传文件则返回文件路径调用下面函数即可public function readText($filePath,&$errorCode,&$errorMessage){ try{ $file = fopen($filePath, "r"); // 只读文件 if(empty 阅读全文