Re: PHP File Compression
From: Manuel Lemos (mlemos_at_acm.org)
Date: 10/11/04
- Next message: Rob: "Re: PHP Access Script (free guide)"
- Previous message: Don: "How do I setup php script to return a browser page?"
- In reply to: Jason: "PHP File Compression"
- Next in thread: Jason: "Re: PHP File Compression"
- Reply: Jason: "Re: PHP File Compression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Oct 2004 16:47:27 -0300
Hello,
On 10/11/2004 12:10 PM, Jason wrote:
> From what I can tell, the PHP libraries allow you to compress a block
> of data. I was wondering if anybody came across a library (or
> extension) that let you create a zip, tar/bzip (or something similar),
> hell, even a .cab of a list of files.
>
> I would like to provide a screen to package up a set of files to
> download, compress them and deliver them as one compressed package.
> Rolling my own "wrapper" around the PHP libraries doesn't seem like much
> of an option since I would have to write client-side utilities to
> uncompress whatever I put together.
>
> I am trying hard to keep my application cross-platform, but am willing
> to give that up since delivering documents is an important part of the
> document management system I'm trying to put together.
You may want to take a look at these classes meant for that purpose:
http://www.phpclasses.org/browse/class/42.html
-- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
- Next message: Rob: "Re: PHP Access Script (free guide)"
- Previous message: Don: "How do I setup php script to return a browser page?"
- In reply to: Jason: "PHP File Compression"
- Next in thread: Jason: "Re: PHP File Compression"
- Reply: Jason: "Re: PHP File Compression"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|