News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Searching through archive files
September 08, 2009 @ 12:12:07

Recently Johannes Schluter wrote up a post on searching through archived files (like .tar.gz or .bzip) to perform a full-text search on their contents:

As said the app is about browsing the PHP manual. The manual is provided as tar.gz to the app and I wanted to have a fulltext search. For accessing the tar.gz content I'm using phar. Yes, phar is not only for phar files but can work on different kinds of archives (tar.gz, tar.bz2, zip), too.

In the code he uses Iterators and a PharData instance to open and search the contents of the given file. He explains how it all works, too, as well as mentioning a few places where it might need a bit of work.

0 comments voice your opinion now!
phar search archive tutorial iterator


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 3: Composite View Pattern

Zend Developer Zone: Using YAML With PHP and PECL

Gonzalo Ayuso's Blog: Live video streaming with PHP

PHPBuilder.com: Upgrading Basic Twitter Authentication to OAuth with PHP

Rob Allen's Blog: File uploads with Zend_Form_Element_File


Community Events











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


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

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