PHP PHP POWWEB解压缩文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP PHP POWWEB解压缩文件相关的知识,希望对你有一定的参考价值。

<?php  
$filename = 'archive.zip';  
$options = '-o';  //Overwrite existing files by default; this is mostly to suppress confirmations  
$destDir = '';  

        echo shell_exec ("unzip $options {$filename}{$destDir}"); 
?>

以上是关于PHP PHP POWWEB解压缩文件的主要内容,如果未能解决你的问题,请参考以下文章

PHP 用PHP解压缩文件

PHP PHP类:解压缩文件

PHP 使用PHP解压缩文件

PHP解压缩zip文件

PHP解压缩zip文件

php实现ZIP压缩文件解压缩