Forum Moderators: mack

Message Too Old, No Replies

decompress .tar file using php

decompress .tar file using php

         

itnecor

3:27 pm on Oct 11, 2006 (gmt 0)

10+ Year Member



Is there anyone know how to decompress a .tar file using PHP?

coopster

5:06 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You can invoke a system command [php.net], write your own class, or use an existing class.

PEAR [pear.php.net]
phpclasses.org [phpclasses.org]