Class Horde_Compress_gzip

Description

The Horde_Compress_gzip class allows gzip files to be read.

$Horde: framework/Compress/Compress/gzip.php,v 1.7.12.13 2009/01/06 15:22:59 jan Exp $

Copyright 2002-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /Compress/Compress/gzip.php (line 17)

Horde_Compress
   |
   --Horde_Compress_gzip
Variable Summary
 array $_flags
Method Summary
 string decompress (string &$data, [array $params = array()])
Variables
array $_flags = array(
'FTEXT' => 0x01,
'FHCRC' => 0x02,
'FEXTRA' => 0x04,
'FNAME' => 0x08,
'FCOMMENT' => 0x10
)
(line 24)

Gzip file flags.

Methods
decompress (line 40)

Decompress a gzip file and get information from it.

  • return: The uncompressed data.
string decompress (string &$data, [array $params = array()])
  • string &$data: The tar file data.
  • array $params: The parameter array (Unused).

Redefinition of:
Horde_Compress::decompress()
Decompress the data.

Inherited Methods

Inherited From Horde_Compress

 Horde_Compress::Horde_Compress()
 Horde_Compress::compress()
 Horde_Compress::decompress()
 Horde_Compress::factory()
 Horde_Compress::singleton()

Documentation generated on Sun, 30 Jan 2011 05:17:56 +0000 by phpDocumentor 1.4.3