[dokuwiki] ZipLib
- From: Danjer <Danjer@xxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 30 Jul 2007 12:02:07 +0200
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);
Best Regards,
Danjer.
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: ZipLib
- From: Andreas Gohr
Other related posts:
- » [dokuwiki] ZipLib
- » [dokuwiki] Re: ZipLib
- » [dokuwiki] Re: ZipLib
- [dokuwiki] Re: ZipLib
- From: Andreas Gohr