Todo List
This class reads and writes Tape-Archive (TAR) Files and Gzip compressed TAR files, which are mainly used on UNIX systems. This class works on both windows AND unix systems, and does NOT rely on external applications!! Woohoo!
[line 107]
[line 98]
[line 106]
[line 99]
[line 109]
[line 108]
[line 100]
tar tar( )
bool addDirectory( string $dirname)
bool addFile( string $filename, [boolean $binary = false])
bool appendTar( string $filename)
bool containsDirectory( string $dirname)
bool containsFile( string $filename)
string getDirectory( string $dirname)
string getFile( string $filename)
bool openTAR( string $filename)
bool removeDirectory( string $dirname)
bool removeFile( string $filename)
bool saveTar( )
bool toTar( string $filename, bool $useGzip)
string toTarOutput( string $filename, bool $useGzip)