[dokuwiki] Re: ZipLib

Danjer writes:

Hi all,

Is it possible to add a function in ZibLib.class.php to extract a file directly in a string ? Actually with the ZibLib class it's not possible to read a file in a zip file without write it on disk before.

$zip = new ZipLib;

$unzipdata1 = $zip->ExtractStr( $zn, 0);
$unzipdata2 = $zip->ExtractStr( $zn, 1);

Feel free to send a patch ;-)

Andi


--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: