Keinier - 2010-03-14 17:08:56 -
In reply to message 2 from ron c
Hello, I do not speak English but I'm doing everything possible. Finally, I found no documentation of this fantastic class php, testing and investic the source code I noticed that the class returns the file contents. in the example is clearer.
<?php
require "zip.class.php"; // Get the zipfile class
$zip = new zipfile; // create a object
$zip->read_zip("myzip.zip"); // read file
$f = fopen($zip->filea['name'],"wb"); // create a file
fwrite($f,filea['data']);
fclose($f);
?>