/ Published in: PHP
URL: http://forums.powweb.com/showthread.php?t=77764&highlight=unzip
Expand |
Embed | Plain Text
<?php $filename = 'archive.zip'; $options = '-o'; //Overwrite existing files by default; this is mostly to suppress confirmations $destDir = ''; ?>
You need to login to post a comment.
