Class Horde_Compress_Zip
The Horde_Compress_zip class allows ZIP files to be created and read.
The ZIP compression code is partially based on code from: Eric Mueller eric@themepark.com http://www.zend.com/codex.php?id=535&single=1 Deins125 webmaster@atlant.ru http://www.zend.com/codex.php?id=470&single=1
The ZIP compression date code is partially based on code from Peter Listiak mlady@users.sourceforge.net
Copyright 2000-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Compress_Base
- Horde_Compress_Zip
Package: Compress
Category: Horde
License: LGPL 2.1
Author: Chuck Hagenbuch chuck@horde.org
Author: Michael Cochrane mike@graftonhall.co.nz
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Compress/Zip.php
Category: Horde
License: LGPL 2.1
Author: Chuck Hagenbuch chuck@horde.org
Author: Michael Cochrane mike@graftonhall.co.nz
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Compress/Zip.php
public
mixed
|
|
public
mixed
|
|
public
boolean
|
integer |
ZIP_LIST
|
#
1
|
integer |
ZIP_DATA
|
#
2
|
string |
CTRL_DIR_HEADER
|
#
"\x50\x4b\x01\x02"
|
string |
CTRL_DIR_END
|
#
"\x50\x4b\x05\x06\x00\x00\x00\x00"
|
string |
FILE_HEADER
|
#
"\x50\x4b\x03\x04"
|
public
boolean
|
$canCompress
|
#
true
|
public
boolean
|
$canDecompress
|
#
true
|