Class CMS_gzip_file

Description

Class CMS_archive

This script manages TAR/GZIP/BZIP2/ZIP archives

Based on an original script "TAR/GZIP/BZIP2/ZIP ARCHIVE CLASSES 2.0" from Devin Doucette mentionned in copyright

Located in /automne/classes/files/archive-gzip.php (line 32)

CMS_grandFather
   |
   --CMS_archive
      |
      --CMS_tar_file
         |
         --CMS_gzip_file
Method Summary
 void __construct ( $name, string $name,)
 true create_gzip ()
 true open_archive ()
Methods
Constructor __construct (line 40)

Constructor

void __construct ( $name, string $name,)
  • string $name,: the full filename of the archive
  • $name
create_gzip (line 55)

Creates compressed file by compressing raw data contained into $this->CMS_archive

  • return: on success, false on failure
true create_gzip ()
open_archive (line 83)

Opens archive by opening/decompressing file

  • return: on success, false on failure
true open_archive ()

Redefinition of:
CMS_tar_file::open_archive()
Opens archive by opening/decompressing file

Inherited Methods

Inherited From CMS_tar_file

 CMS_tar_file::CMS_tar_file()
 CMS_tar_file::create_tar()
 CMS_tar_file::extract_files()
 CMS_tar_file::open_archive()

Inherited From CMS_archive

 CMS_archive::CMS_archive()
 CMS_archive::add_data()
 CMS_archive::add_files()
 CMS_archive::create_archive()
 CMS_archive::download_file()
 CMS_archive::exclude_files()
 CMS_archive::list_files()
 CMS_archive::make_list()
 CMS_archive::parse_dir()
 CMS_archive::set_options()
 CMS_archive::sort_files()
 CMS_archive::store_files()

Inherited From CMS_grandFather

 CMS_grandFather::autoload()
 CMS_grandFather::hasError()
 CMS_grandFather::log()
 CMS_grandFather::PHPErrorHandler()
 CMS_grandFather::raiseError()
 CMS_grandFather::setDebug()
 CMS_grandFather::setLog()
 CMS_grandFather::_raiseError()
 CMS_grandFather::__call()
Class Constants

Documentation generated on Wed, 15 Feb 2012 15:28:13 +0100 by phpDocumentor 1.4.3