[Horde_Compress] element index

Package indexes

All elements
c d f g h s t z _
_
top
Variable $_ctrlDirEnd
End of central directory record.
Variable $_ctrlDirHeader
Beginning of central directory record.
Variable $_fileHeader
Beginning of file contents.
Variable $_flags
Tar file flags.
Variable $_flags
Gzip file flags.
Variable $_mails
TODO
Variable $_methods
ZIP compression methods.
Variable $_tmp
TODO
Variable $_types
Tar file types.
c
top
Method checkZipData
Checks to see if the data is a valid ZIP file.
Method compress
Create a ZIP compressed file from an array of file data.
Method compress
Compress the data.
Page Compress.php
Compress.php in Compress.php
d
top
Page dbx.php
dbx.php in dbx.php
Method decompress
Decompress the data.
Method decompress
Decompress a ZIP file and get information from it.
Method decompress
Decompress a tar file and get information from it.
Method decompress
Decompress a gzip file and get information from it.
Method decompress
Decompresses a DBX file and gets information from it.
Method decompress
Decompress the data.
f
top
Method factory
Attempts to return a concrete Horde_Compress instance based on $driver.
g
top
Page gzip.php
gzip.php in gzip.php
h
top
Class Horde_Compress
Horde_Compress in Compress.php
The Horde_Compress:: class provides an API for various compression techniques that can be used by Horde applications.
Method Horde_Compress
Constructor.
Class Horde_Compress_dbx
The Horde_Compress_dbx class allows dbx files (e.g. from Outlook Express) to be read.
Class Horde_Compress_gzip
The Horde_Compress_gzip class allows gzip files to be read.
Class Horde_Compress_tar
The Horde_Compress_tar class allows tar files to be read.
Class Horde_Compress_tnef
The Horde_Compress_tnef class allows MS-TNEF data to be displayed.
Class Horde_Compress_zip
The Horde_Compress_zip class allows ZIP files to be created and read.
Constant HORDE_COMPRESS_ZIP_DATA
For decompress(), return the data for an individual file in the zipfile.
Constant HORDE_COMPRESS_ZIP_LIST
For decompress(), return a list of files/information about the zipfile.
s
top
Method singleton
Attempts to return a reference to a concrete Horde_Compress instance based on $driver. It will only create a new instance if no Horde_Compress instance with the same parameters currently exists.
t
top
Page tar.php
tar.php in tar.php
Page tnef.php
tnef.php in tnef.php
Constant TNEF_AFILENAME
TNEF_AFILENAME in tnef.php
Constant TNEF_AMAPIATTRS
TNEF_AMAPIATTRS in tnef.php
Constant TNEF_AMCLASS
TNEF_AMCLASS in tnef.php
Constant TNEF_ARENDDATA
TNEF_ARENDDATA in tnef.php
Constant TNEF_ASUBJECT
TNEF_ASUBJECT in tnef.php
Constant TNEF_ATTACHDATA
TNEF_ATTACHDATA in tnef.php
Constant TNEF_AVERSION
TNEF_AVERSION in tnef.php
Constant TNEF_BYTE
TNEF_BYTE in tnef.php
Constant TNEF_DWORD
TNEF_DWORD in tnef.php
Constant TNEF_LVL_ATTACHMENT
Constant TNEF_LVL_MESSAGE
TNEF_LVL_MESSAGE in tnef.php
Constant TNEF_MAPI_APPTIME
TNEF_MAPI_APPTIME in tnef.php
Constant TNEF_MAPI_ATTACH_LONG_FILENAME
Constant TNEF_MAPI_ATTACH_MIME_TAG
Constant TNEF_MAPI_BINARY
TNEF_MAPI_BINARY in tnef.php
Constant TNEF_MAPI_BOOLEAN
TNEF_MAPI_BOOLEAN in tnef.php
Constant TNEF_MAPI_CLSID
TNEF_MAPI_CLSID in tnef.php
Constant TNEF_MAPI_CURRENCY
TNEF_MAPI_CURRENCY in tnef.php
Constant TNEF_MAPI_DOUBLE
TNEF_MAPI_DOUBLE in tnef.php
Constant TNEF_MAPI_ERROR
TNEF_MAPI_ERROR in tnef.php
Constant TNEF_MAPI_FLOAT
TNEF_MAPI_FLOAT in tnef.php
Constant TNEF_MAPI_INT
TNEF_MAPI_INT in tnef.php
Constant TNEF_MAPI_INT8BYTE
TNEF_MAPI_INT8BYTE in tnef.php
Constant TNEF_MAPI_MV_FLAG
TNEF_MAPI_MV_FLAG in tnef.php
Constant TNEF_MAPI_NAMED_TYPE_ID
Constant TNEF_MAPI_NAMED_TYPE_STRING
Constant TNEF_MAPI_NULL
TNEF_MAPI_NULL in tnef.php
Constant TNEF_MAPI_OBJECT
TNEF_MAPI_OBJECT in tnef.php
Constant TNEF_MAPI_SHORT
TNEF_MAPI_SHORT in tnef.php
Constant TNEF_MAPI_STRING
TNEF_MAPI_STRING in tnef.php
Constant TNEF_MAPI_SYSTIME
TNEF_MAPI_SYSTIME in tnef.php
Constant TNEF_MAPI_UNICODE_STRING
Constant TNEF_SIGNATURE
TNEF_SIGNATURE in tnef.php
Constant TNEF_STRING
TNEF_STRING in tnef.php
Constant TNEF_WORD
TNEF_WORD in tnef.php
z
top
Page zip.php
zip.php in zip.php
c d f g h s t z _