David T-G wrote:
Vincent, et al --

...and then Vincent M. said...
% % Marek Kilimajer wrote:
% >readgzfile is for *.gz files.
...
% No, it works with .zip files too, I just don't know how to manage it :-(


You mentioned wanting the "files" (note the plural) in the zip file.
AFAIK gunzip can unzip an archive containing a single file, but if you
have more than one in there then you need to use an actual unzip tool
(like, say, unzip :-)

While a class or a built-in command might be nice, if you just want to
get them out then a simple system call might be the easiest way to go.


HTH & HAND


:-D

Yes but gunzip does not work when there are more than one file in the zip file and unzip is not installed by on Unix servers. :-(



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to