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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ l ] [ m ] [ ]

a

add
in file Zip.php, method Archive_Zip::add()
    This method add files or directory in an existing Zip Archive.
Archive_Zip
in file Zip.php, method Archive_Zip::Archive_Zip()
    Archive_Zip Class constructor. This flavour of the constructor only declare a new Archive_Zip object, identifying it by the name of the zip file.
Archive_Zip
in file Zip.php, class Archive_Zip
    Class for manipulating zip archive files
ARCHIVE_ZIP_ERR_BAD_CHECKSUM
in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_CHECKSUM
ARCHIVE_ZIP_ERR_BAD_EXTENSION
in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_EXTENSION
ARCHIVE_ZIP_ERR_BAD_EXTRACTED_FILE
in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_EXTRACTED_FILE
ARCHIVE_ZIP_ERR_BAD_FORMAT
in file Zip.php, constant ARCHIVE_ZIP_ERR_BAD_FORMAT
ARCHIVE_ZIP_ERR_DELETE_FILE_FAIL
in file Zip.php, constant ARCHIVE_ZIP_ERR_DELETE_FILE_FAIL
ARCHIVE_ZIP_ERR_DIR_CREATE_FAIL
in file Zip.php, constant ARCHIVE_ZIP_ERR_DIR_CREATE_FAIL
ARCHIVE_ZIP_ERR_FILENAME_TOO_LONG
in file Zip.php, constant ARCHIVE_ZIP_ERR_FILENAME_TOO_LONG
ARCHIVE_ZIP_ERR_INVALID_ARCHIVE_ZIP
in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_ARCHIVE_ZIP
ARCHIVE_ZIP_ERR_INVALID_PARAMETER
in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_PARAMETER
ARCHIVE_ZIP_ERR_INVALID_PARAM_VALUE
in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_PARAM_VALUE
ARCHIVE_ZIP_ERR_INVALID_ZIP
in file Zip.php, constant ARCHIVE_ZIP_ERR_INVALID_ZIP
ARCHIVE_ZIP_ERR_MISSING_FILE
in file Zip.php, constant ARCHIVE_ZIP_ERR_MISSING_FILE
ARCHIVE_ZIP_ERR_MISSING_OPTION_VALUE
in file Zip.php, constant ARCHIVE_ZIP_ERR_MISSING_OPTION_VALUE
ARCHIVE_ZIP_ERR_NO_ERROR
in file Zip.php, constant ARCHIVE_ZIP_ERR_NO_ERROR
ARCHIVE_ZIP_ERR_READ_OPEN_FAIL
in file Zip.php, constant ARCHIVE_ZIP_ERR_READ_OPEN_FAIL
ARCHIVE_ZIP_ERR_RENAME_FILE_FAIL
in file Zip.php, constant ARCHIVE_ZIP_ERR_RENAME_FILE_FAIL
ARCHIVE_ZIP_ERR_WRITE_OPEN_FAIL
in file Zip.php, constant ARCHIVE_ZIP_ERR_WRITE_OPEN_FAIL
ARCHIVE_ZIP_PARAM_ADD_PATH
in file Zip.php, constant ARCHIVE_ZIP_PARAM_ADD_PATH
ARCHIVE_ZIP_PARAM_BY_INDEX
in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_INDEX
ARCHIVE_ZIP_PARAM_BY_NAME
in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_NAME
ARCHIVE_ZIP_PARAM_BY_PREG
in file Zip.php, constant ARCHIVE_ZIP_PARAM_BY_PREG
ARCHIVE_ZIP_PARAM_EXTRACT_AS_STRING
in file Zip.php, constant ARCHIVE_ZIP_PARAM_EXTRACT_AS_STRING
ARCHIVE_ZIP_PARAM_NO_COMPRESSION
in file Zip.php, constant ARCHIVE_ZIP_PARAM_NO_COMPRESSION
ARCHIVE_ZIP_PARAM_PATH
in file Zip.php, constant ARCHIVE_ZIP_PARAM_PATH
ARCHIVE_ZIP_PARAM_POST_ADD
in file Zip.php, constant ARCHIVE_ZIP_PARAM_POST_ADD
ARCHIVE_ZIP_PARAM_POST_EXTRACT
in file Zip.php, constant ARCHIVE_ZIP_PARAM_POST_EXTRACT
ARCHIVE_ZIP_PARAM_PRE_ADD
in file Zip.php, constant ARCHIVE_ZIP_PARAM_PRE_ADD
ARCHIVE_ZIP_PARAM_PRE_EXTRACT
in file Zip.php, constant ARCHIVE_ZIP_PARAM_PRE_EXTRACT
ARCHIVE_ZIP_PARAM_REMOVE_ALL_PATH
in file Zip.php, constant ARCHIVE_ZIP_PARAM_REMOVE_ALL_PATH
ARCHIVE_ZIP_PARAM_REMOVE_PATH
in file Zip.php, constant ARCHIVE_ZIP_PARAM_REMOVE_PATH
ARCHIVE_ZIP_PARAM_SET_CHMOD
in file Zip.php, constant ARCHIVE_ZIP_PARAM_SET_CHMOD
ARCHIVE_ZIP_READ_BLOCK_SIZE
in file Zip.php, constant ARCHIVE_ZIP_READ_BLOCK_SIZE
ARCHIVE_ZIP_SEPARATOR
in file Zip.php, constant ARCHIVE_ZIP_SEPARATOR
ARCHIVE_ZIP_TEMPORARY_DIR
in file Zip.php, constant ARCHIVE_ZIP_TEMPORARY_DIR
ARCHIVE_ZIP_WARN_FILE_EXIST
in file Zip.php, constant ARCHIVE_ZIP_WARN_FILE_EXIST
ARCHIVE_ZIP_WARN_NO_WARNING
in file Zip.php, constant ARCHIVE_ZIP_WARN_NO_WARNING
top

c

create
in file Zip.php, method Archive_Zip::create()
    This method creates a Zip Archive with the filename set with the constructor.
top

d

delete
in file Zip.php, method Archive_Zip::delete()
    This methods delete archive entries in the zip archive.
duplicate
in file Zip.php, method Archive_Zip::duplicate()
    This method creates an archive by copying the content of an other one.
top

e

errorCode
in file Zip.php, method Archive_Zip::errorCode()
    Method that gives the lastest error code.
errorInfo
in file Zip.php, method Archive_Zip::errorInfo()
    This method returns the description associated with the latest error.
errorName
in file Zip.php, method Archive_Zip::errorName()
    This method gives the latest error code name.
extract
in file Zip.php, method Archive_Zip::extract()
    This method extract the files and folders which are in the zip archive.
top

l

listContent
in file Zip.php, method Archive_Zip::listContent()
    This method gives the names and properties of the files and directories which are present in the zip archive.
top

m

merge
in file Zip.php, method Archive_Zip::merge()
    This method merge a valid zip archive at the end of the archive identified by the Archive_Zip object.
top

p

properties
in file Zip.php, method Archive_Zip::properties()
    This method gives the global properties of the archive.
top

z

Zip.php
procedural page Zip.php
top

Documentation generated on Mon, 11 Mar 2019 15:44:26 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.