search
Homephp教程php手册Example of php reading zip files (delete files, extract files, add files)

<span style="color: #000000">php 
</span><span style="color: #008000">/*</span><span style="color: #008000"> 
php 从zip压缩文件中提取文件 
</span><span style="color: #008000">*/</span>
<span style="color: #800080">$zip</span> = <span style="color: #0000ff">new</span><span style="color: #000000"> ZipArchive; 
    
</span><span style="color: #0000ff">if</span> (<span style="color: #800080">$zip</span>->open('jQuery五屏上下滚动焦点图代码.zip') === <span style="color: #0000ff">TRUE</span>) {<span style="color: #008000">//</span><span style="color: #008000">中文文件名要使用ANSI编码的文件格式 </span>
    <span style="color: #800080">$zip</span>->extractTo('foldername');<span style="color: #008000">//</span><span style="color: #008000">提取全部文件 
    //$zip->extractTo('/my/destination/dir/', array('pear_item.gif', 'testfromfile.php'));//提取部分文件 </span>
    <span style="color: #800080">$zip</span>-><span style="color: #000000">close(); 
    </span><span style="color: #0000ff">echo</span> 'ok'<span style="color: #000000">; 
} </span><span style="color: #0000ff">else</span><span style="color: #000000"> { 
    </span><span style="color: #0000ff">echo</span> 'failed'<span style="color: #000000">; 
} 
</span>?>

<span style="color: #000000">php 
</span><span style="color: #008000">/*</span><span style="color: #008000"> 
http://www.manongjc.com/article/1341.html
php 从一个zip压缩文件中删除文件 
</span><span style="color: #008000">*/</span>
<span style="color: #800080">$zip</span> = <span style="color: #0000ff">new</span><span style="color: #000000"> ZipArchive; 
</span><span style="color: #0000ff">if</span> (<span style="color: #800080">$zip</span>->open('ajaxupload.zip') === <span style="color: #0000ff">TRUE</span><span style="color: #000000">) { 
    </span><span style="color: #800080">$zip</span>->deleteName('file.txt');<span style="color: #008000">//</span><span style="color: #008000">删除文件 </span>
    <span style="color: #800080">$zip</span>->deleteName('testDir/');<span style="color: #008000">//</span><span style="color: #008000">删除文件夹 </span>
    <span style="color: #800080">$zip</span>-><span style="color: #000000">close(); 
    </span><span style="color: #0000ff">echo</span> 'ok'<span style="color: #000000">; 
} </span><span style="color: #0000ff">else</span><span style="color: #000000"> { 
    </span><span style="color: #0000ff">echo</span> 'failed'<span style="color: #000000">; 
} 
</span>?>

<span style="color: #000000">php 
</span><span style="color: #008000">/*</span><span style="color: #008000"> 
http://www.manongjc.com/article/1342.html
php 添加一个文件到zip压缩文件中 
</span><span style="color: #008000">*/</span>
<span style="color: #800080">$zip</span> = <span style="color: #0000ff">new</span><span style="color: #000000"> ZipArchive; 
    
</span><span style="color: #0000ff">if</span> (<span style="color: #800080">$zip</span>->open('ajaxupload.zip') === <span style="color: #0000ff">TRUE</span>) {<span style="color: #008000">//</span><span style="color: #008000">ajaxupload.zip 是已经存在的zip文件,注意中文文件名要注意编码问题 </span>
    <span style="color: #800080">$zip</span>->addFile('33.xml');<span style="color: #008000">//</span><span style="color: #008000">添加新的文件 </span>
    <span style="color: #800080">$zip</span>-><span style="color: #000000">close(); 
    </span><span style="color: #0000ff">echo</span> 'ok'<span style="color: #000000">; 
} </span><span style="color: #0000ff">else</span><span style="color: #000000"> { 
    </span><span style="color: #0000ff">echo</span> 'failed'<span style="color: #000000">; 
} 
</span>?>

 

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!