archive_mail_pack_zipZip file creation class.
Makes zip files.
Based on :
http://www.zend.com/codex.php?id=535&single=1 By Eric Mueller <eric@themepark.com>
http://www.zend.com/codex.php?id=470&single=1 by Denis125 <webmaster@atlant.ru>
a patch from Peter Listiak <mlady@users.sourceforge.net> for last modified date and time of the compressed file
Official ZIP file format: http://www.pkware.com/appnote.txt
Located in /plugins/archive_mail/class/archive_mail_pack_zip.php (line 54)
archive_mail_pack | --archive_mail_pack_zip
array
$ctrl_dir
= array() (line 67)
Central directory
array
$datasec
= array() (line 60)
Array to store compressed data
string
$eof_ctrl_dir
= "\x50\x4b\x05\x06\x00\x00\x00\x00" (line 74)
End of central directory record
mixed
$extension
= '.zip' (line 94)
File extension
integer
$old_offset
= 0 (line 81)
Last offset position
mixed
$type0
= 'application' (line 86)
MIME type
mixed
$type1
= 'x-zip' (line 90)
MIME subtype
addFile (line 104)
Adds "file" to archive
file (line 193)
Dumps out file
Inherited From archive_mail_pack
archive_mail_pack::addFile()
archive_mail_pack::file()
archive_mail_pack::sendheader()
Documentation generated on Sun, 22 Nov 2009 17:36:17 +0200 by phpDocumentor 1.4.3