[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ e ] [ f ] [ o ] [ p ] [ r ] [ s ] [ z ]

c

$comment
in file PHPUnzip.class.php, variable PHPUnzip::$comment
    The ZIP file comment text, if any
top

e

$error
in file PHPUnzip.class.php, variable PHPUnzip::$error
    The error encountered while parsing the file
$error_str
in file PHPUnzip.class.php, variable PHPUnzip::$error_str
    The error message associated with the error
E_BZIP_ERROR
in file PHPUnzip.class.php, constant E_BZIP_ERROR
    An error occured in the bzdecompress function
E_CRC_MISMATCH
in file PHPUnzip.class.php, constant E_CRC_MISMATCH
    The extracted file's CRC did not match the stored CRC
E_DATA_ERROR
in file PHPUnzip.class.php, constant E_DATA_ERROR
    Unexpected or malformed data
E_EMPTY
in file PHPUnzip.class.php, constant E_EMPTY
    Empty zip file
E_FILE_ENCRYPTED
in file PHPUnzip.class.php, constant E_FILE_ENCRYPTED
    The file was encrypted with a method not supported by this library
E_INFLATE_ERROR
in file PHPUnzip.class.php, constant E_INFLATE_ERROR
    An error occured in the gzinflate function
E_METHOD_NOT_SUPPORTED
in file PHPUnzip.class.php, constant E_METHOD_NOT_SUPPORTED
    Data decompression method not supported
E_NOOPEN
in file PHPUnzip.class.php, constant E_NOOPEN
    Unable to open the zip file for reading
E_NOTZIP
in file PHPUnzip.class.php, constant E_NOTZIP
    The file did not appear to be a zip file
E_NO_ERROR
in file PHPUnzip.class.php, constant E_NO_ERROR
    No error has been encountered
E_NO_FILE
in file PHPUnzip.class.php, constant E_NO_FILE
    No ZIP file was opened
E_UNEXPECTED_END
in file PHPUnzip.class.php, constant E_UNEXPECTED_END
    Unexpected end of file encountered
top

f

$files
in file PHPUnzip.class.php, variable PHPUnzip::$files
    Array of ZipFileEntry objects representing the files and directories in the archive
top

o

$open
in file PHPUnzip.class.php, variable PHPUnzip::$open
    Indicates if a zip file was successfully opened for reading
$output_file_path
in file PHPUnzip.class.php, variable PHPUnzip::$output_file_path
    Where to output the files
$overwrite_existing_files
in file PHPUnzip.class.php, variable PHPUnzip::$overwrite_existing_files
    Overwrite existing files
Open
in file PHPUnzip.class.php, method PHPUnzip::Open()
    Open a zip file for reading Note: Individual zip file entries can contain errors and this can still return true
top

p

PHPUnzip
in file PHPUnzip.class.php, method PHPUnzip::PHPUnzip()
    Class constructor - Initialize variables
PHPUnzip
in file PHPUnzip.class.php, class PHPUnzip
    A stream based PHP 4 class for reading the contents of a ZIP Archive.
Supports no compression, deflate, and bzip storage modes.
Inspiration derived from the SimpleUnzip class contributed to phpMyAdmin by Holger Boskugel <vbwebprofi@gmx.de>
PHPUnzip.class.php
procedural page PHPUnzip.class.php
top

r

Read
in file PHPUnzip.class.php, method PHPUnzip::Read()
    Read the contents of the ZIP file If set for file output, the ZipFileEntry object's data will be null
top

s

SetOption
in file PHPUnzip.class.php, method PHPUnzip::SetOption()
    Set an option for the ZIP file processing
S_CD_EXTRA
in file PHPUnzip.class.php, constant S_CD_EXTRA
S_CD_FCOMMENT
in file PHPUnzip.class.php, constant S_CD_FCOMMENT
S_CD_FILENAME
in file PHPUnzip.class.php, constant S_CD_FILENAME
S_CENTRAL_DIRECTORY
in file PHPUnzip.class.php, constant S_CENTRAL_DIRECTORY
S_DATA_DESCRIPTOR
in file PHPUnzip.class.php, constant S_DATA_DESCRIPTOR
S_END_CENTRAL
in file PHPUnzip.class.php, constant S_END_CENTRAL
S_EOF
in file PHPUnzip.class.php, constant S_EOF
S_ERROR
in file PHPUnzip.class.php, constant S_ERROR
S_FILE_DATA
in file PHPUnzip.class.php, constant S_FILE_DATA
S_FILE_EXTRA
in file PHPUnzip.class.php, constant S_FILE_EXTRA
S_FILE_FILENAME
in file PHPUnzip.class.php, constant S_FILE_FILENAME
S_FILE_HEADER
in file PHPUnzip.class.php, constant S_FILE_HEADER
S_FILE_HEADER_DATA
in file PHPUnzip.class.php, constant S_FILE_HEADER_DATA
S_FILE_PROCESSED
in file PHPUnzip.class.php, constant S_FILE_PROCESSED
top

z

ZIPOPT_FILE_OUTPUT
in file PHPUnzip.class.php, constant ZIPOPT_FILE_OUTPUT
    Output the contents of the zip file to individual files and folders based on the file structure in the zip
ZIPOPT_OUTPUT_PATH
in file PHPUnzip.class.php, constant ZIPOPT_OUTPUT_PATH
    Only applies when ZIPOPT_FILE_OUTPUT is set, where to extract the files to (Must be writeable!)
ZIPOPT_OVERWRITE_EXISTING
in file PHPUnzip.class.php, constant ZIPOPT_OVERWRITE_EXISTING
    Only applies when ZIPOPT_FILE_OUTPUT is set, whether or not to overwrite existing files.
top

Documentation generated on Sat, 23 Jun 2007 00:09:57 -0700 by phpDocumentor 1.3.1