mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
This class provides handling of tar files in PHP.
|
|
|
|
It supports creating, listing, extracting and adding to tar files.
|
|
Gzip support is available if PHP has the zlib extension built-in or loaded.
|
|
Bz2 compression is also supported with the bz2 extension loaded.
|
|
|
|
WWW: http://pear.php.net/package/Archive_Tar
|