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

Rob Morgan: Getting Started With Phinx

NetTuts.com: Build Web Apps from Scratch with Laravel - The Eloquent ORM

IBM developerWorks: MVC with Agavi - Add forms and database support with Agavi and Doctrine

Shay Ben Moshe's Blog: Hashing Passwords Properly

Chance Garcia's Blog: TEKX Tutorials - Best Practices & Being the Bad Guy


Community Events











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


functional testing application interview example language framework code phpunit zendframework2 series opinion podcast tool introduction object community development unittest release

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