Search
Syndication
Sponsors

extract a zip file to a folder

extract a zip file to a folder

extract a zip file to a folder

<?php
//download library from http://www.phpconcept.net/pclzip/index.en.php#download
include(’pclzip.lib.php’);
//zip file to extract
$archive = new PclZip(’printerport1.zip’);
//extract to a folder called newdir
if ($archive->extract(PCLZIP_OPT_PATH

Related posts:

  1. backup a folder to a zip file Learn more about backup a folder to a zip file...
  2. open a zip file and display file information Learn more about open a zip file and display file...
  3. list files in a folder in a text file Learn more about list files in a folder in a...
  4. Copy a folder Learn more about Copy a folder by visiting our website....
  5. Move a folder Learn more about Move a folder by visiting our website....

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.

Translate
Links

Tags