News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Working with Zip Archives in PHP
April 07, 2010 @ 08:44:54

On PHPBuilder.com today Octavia Anghel has written up a tutorial about working with zip archive files directly from PHP. The key is the Zip Archive extension that you can get from the PECL repository if you have a version older than PHP 5.2. Those on PHP 5.2 or higher already have it bundled in.

I explain how to manage Zip archive files in PHP using a number of demo PHP applications. You'll learn how to create Zip archives, add files and folders inside the archive from a string and from a given path, delete and rename files using their indexes and names and list the ZipArchive object details (number of files, filenames, comments, statusSys, etc.).

Complete code for the examples (along with a few screenshots) are included in the tutorial as well as a link to download the source to get you started even faster.

0 comments voice your opinion now!
archive zip tutorial pecl extension


blog comments powered by Disqus

Similar Posts

DevShed: Creating a Login Script for a PHP Invoicing System

YoungCoders.com: The PHP Construct You've Never Used

Brian Snugg's Blog: Reverse Proxy in PHP5

DevShed: Using Inheritance, Polymorphism and Serialization with PHP Classes

PHPMaster.com: Integrating Amazon S3 using PEAR


Community Events











Don't see your event here?
Let us know!


language composer framework functional code zendframework2 object series development introduction podcast release conference community interview example testing opinion database tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework