[dokuwiki] Re: ZipLib
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 30 Jul 2007 12:18:22 +0200
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
- References:
- [dokuwiki] ZipLib
- From: Danjer
Other related posts:
- » [dokuwiki] ZipLib
- » [dokuwiki] Re: ZipLib
- » [dokuwiki] Re: ZipLib
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);
- [dokuwiki] ZipLib
- From: Danjer