» Metadata | » Status |
---|---|
|
|
» Description | |
PHP_ArchivePHP_Archive provides similar functionality to Javas .jar files. PHP_Archive is a specially formatted *valid* TAR file. Inclusion of files is done by using require_once 'phar://file.php'; instead of just require_once 'file.php'; What PHP_Archive Does Do
What PHP_Archive Does NOT Do
Added November 29th 2004PHP_Archive 0.4.0 now includes a fully working PHP_Archive_Creator class, it does not yet allow adding complete directories - easy to implement just haven't gotten to it yet :) PHP_Archive still does not implement compression, for some reason it just won't work. Trying to fix! Fully documented (in the tar.gz) and has an example of PHP_Archive_Creator usage You can download the new tarball here |
|
» Dependencies | » Links |
|
|
» Timeline | » Changelog |
|
|