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

Alvaro Videla's Blog: Erlang as a Fast Key Value Store for PHP

Giorgio Sironi's Blog: Never write the same code twice: Dependency Injection

Community News: Zend/PHP Conference & Expo 2007 Site Posted

TutToaster.com: How to create a forum in PHP from scratch

DevShed: Moving Presentation Logic Out of Views with CodeIgniter


Community Events











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


podcast conference release zendframework2 testing community interview symfony2 usergroup phpunit framework series opinion introduction symfony language database development functional rest

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