PHP Classes
elePHPant
Icontem

zipfile

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 166       Packages icon Packages (19)   Blogs icon Blogs (1)   Discussions icon Discussions (3)   Packages icon Forums icon Package forums (142)   Blogs icon Forums icon Blog forums (1)  

      1-10   11-19   Next >  
Zip File Support forum zipfile Create and extract ZIP archives in purely in PHP   This class can be used to create and extract ZIP archives. It can add and list files and directories in a ZIP archive. The class uses pure PHP code, so it does not use the PHP ZIP extension. Example of using class to ...
... example demonstrates how to use the class to store the ZIP archive in a file, serve it for download and delete the file after it is served. Create ZIP File Support forum createzipfile Create ZIP file archives and serve for download   Create a Zip File on the fly Create a Zip File on the fly for Mac ...
This class can be used to create archives of compressed files in ZIP format. It is based on the Create Zip File class originally written by Rochak Chauhan. This version writes the compressed archive to a file instead of a variable when the archive size exceeds a given memory usage threshold. It can ...
... database tables and its contents. The class can backup all tables or a given subset. A separate auxiliary class can compress the backup data into a ZIP file. The main class can also extract the ZIP archive and execute the SQL statements generated by a prior backup session. Screen Shoot Screen Shoot ...
TAR/GZIP/BZIP2/ZIP Archives Support forum archive Create tar/gzip/bzip2/zip, extract tar/gzip/bzip2.   Allows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. Supports relative paths/no paths, comments, and recursing through subdirectories. Can write ...
This class can be used to create ZIP archives for large number of (large) files. ZipStream will send data to the client as the files are added to it, this avoids the problem of potential time-outs if you have to add a large number of files, such as site backups. ZipStream can also handle large files ...
Online zip modifier Support forum online_zip_modifier Modify the files in a ZIP archive   This class can be used to modify the files in a ZIP archive without creating temporary files in the server. It is an enhanced version of another class previously written by Joshua Townsend. This version can open ...
This class can be used to modify or create a ZIP archive in pure PHP, without need of temporary files. TbsZip can list, add, delete, replace files that are contained in an archive. The new content of a file can either come from a PHP string (binary string as well as text string), or from a physical ...
PHPZip Support forum phpzip Makes zip archive   Based on "Zip file creation class", uses zLib PHPZip v1.2 Put all files in current directory(include subdirectories) in ZIP archive Put all files from list in ZIP archive Put all files from some directory(include subdirectories) in ZIP archive Site Meter ...
Upload and Compress Support forum upcom Add uploaded files to a ZIP archive   This class can add uploaded files to a ZIP archive. It can generate HTML for a form to upload a file. The class can handle the request when a file is uploaded and add it to a ZIP archive in a certain directory. It can also ...

      1-10   11-19   Next >