pclzip.lib.php解压后覆盖怎么写?

WBOY
Release: 2016-06-23 13:06:48
Original
1115 people have browsed it

require_once('pclzip.lib.php');
$archive = new PclZip("1.zip");
if ($archive->extract() == 0) {  
die("Error : ".$archive->errorInfo(true));  
}  
?>

利用这个pclzip类,解压是成功了。 但是,我如何做到解压后,直接覆盖现有文件呢? 假如解压出来,文件是原先不存在的,很顺利。 但是原先有同名文件存在,他就不覆盖,也就是解压不出来。。 这可咋办啊


回复讨论(解决方案)

呵呵。 我自己搞定了。 假如存在文件就删除文件

送分, 谁回复? 分给谁

楼主,你解决了我一个问题,还要给我送分,多不好意思啊

楼主,可以不可以做到,不解压出这个文件,而是直接读取这个文件的内容可以不?

或者我读取到解压到的文件名字,记录数据再删除这个文件也可以

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template