Path

ez components / documentation / api reference / 2007.1.1 / archive


eZ Components 2007.1.1

Archive

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package Archive

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ z ] [ _ ]

_

__construct : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::__construct()
    Initializes the Tar and tries to read the first entry from the archive.
__construct : ezcArchiveFileException
in file file_exception.php, method ezcArchiveFileException::__construct()
    Constructs a new archive file exception.
__construct : ezcArchiveValueException
in file archive_value.php, method ezcArchiveValueException::__construct()
    Construct an archive exception.
__construct : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::__construct()
    Initializes the Tar and tries to read the first entry from the archive.
__construct : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::__construct()
    Initializes the Tar and tries to read the first entry from the archive.
__construct : ezcArchiveZip
in file zip.php, method ezcArchiveZip::__construct()
    Initializes the Zip archive and reads the entire archive.
__construct : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::__construct()
    Initializes the Tar and tries to read the first entry from the archive.
__construct : ezcArchiveUnknownTypeException
in file archive_unknown_type.php, method ezcArchiveUnknownTypeException::__construct()
    Constructs a new unknown type exception for the specified archive.
__construct : ezcArchiveIoException
in file archive_io.php, method ezcArchiveIoException::__construct()
    Constructs a new IO exception.
__construct : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::__construct()
    Constructs an archiveEntry from the ezcArchiveFileStructure.
__construct : ezcArchiveEmptyException
in file archive_empty.php, method ezcArchiveEmptyException::__construct()
    Constructs a new exception for empty archive.
__construct : ezcArchiveChecksumException
in file archive_checksum.php, method ezcArchiveChecksumException::__construct()
    Constructs a new checksum exception for the specified file.
__construct : ezcArchiveBlockSizeException
in file archive_block_size.php, method ezcArchiveBlockSizeException::__construct()
    Constructs a new block-size exception for the specified archive.
__construct : ezcArchiveEntryPrefixException
in file archive_entry_prefix.php, method ezcArchiveEntryPrefixException::__construct()
    Constructs a new entry prefix exception for the specified file entry.
__construct : ezcArchiveInternalException
in file archive_internal_exception.php, method ezcArchiveInternalException::__construct()
    Construct an internal archive exception.
__construct : ezcArchiveException
in file archive_exception.php, method ezcArchiveException::__construct()
    Construct a new archive exception.
__destruct : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::__destruct()
    Closes the archive.
__toString : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::__toString()
    Returns a string representing the current entry.
__toString : ezcArchive
in file archive.php, method ezcArchive::__toString()
    Returns a string which represents all the entries from the archive.

a

$addedBlocks : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$addedBlocks
    Stores the number of added blocks.
$addedBlocksNotReliable : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$addedBlocksNotReliable
    Specifies if unreliable blocks were added.
algorithmCanWrite : ezcArchiveZip
in file zip.php, method ezcArchiveZip::algorithmCanWrite()
    Returns true because the ZIP algorithm can write.
algorithmCanWrite : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::algorithmCanWrite()
    Returns true because the TAR_USTAR algorithm can write.
algorithmCanWrite : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::algorithmCanWrite()
    Returns false because the TAR_PAX algorithm cannot write (yet).
algorithmCanWrite : ezcArchive
in file archive.php, method ezcArchive::algorithmCanWrite()
    Returns true if writing to the archive is implemented, otherwise false.
algorithmCanWrite : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::algorithmCanWrite()
    Returns true because the TAR_V7 algorithm can write.
algorithmCanWrite : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::algorithmCanWrite()
    Returns false because the TAR_PAX algorithm cannot write (yet).
append : ezcArchiveZip
in file zip.php, method ezcArchiveZip::append()
    Appends a file or directory to the end of the archive. Multiple files or directory can be added to the archive when an array is used as input parameter.
append : ezcArchive
in file archive.php, method ezcArchive::append()
    Appends a file or directory to the end of the archive. Multiple files or directory can be added to the archive when an array is used as input parameter.
append : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::append()
    Append a file or directory to the end of the archive. Multiple files or directory can be added to the archive when an array is used as input parameter.
appendHeaderAndFileToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendHeaderAndFileToCurrent()
    Appends the given ezcArchiveBlockFile $file and ezcArchiveEntry $entry to the archive file.
appendNullBlocks : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendNullBlocks()
    Appends zero or more null blocks to the end of the archive, so that it matches the $blockFactor.
appendToCurrent : ezcArchive
in file archive.php, method ezcArchive::appendToCurrent()
    Appends a file to the archive after the current entry.
appendToCurrent : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::appendToCurrent()
    Appends a file to the archive after the current entry.
appendToCurrent : ezcArchiveZip
in file zip.php, method ezcArchiveZip::appendToCurrent()
    Appends a file to the archive after the current entry.
archive.php
procedural page archive.php
archive_entry.php
procedural page archive_entry.php
archive_block_size.php
procedural page archive_block_size.php
archive_checksum.php
procedural page archive_checksum.php
archive_empty.php
procedural page archive_empty.php
archive_entry_prefix.php
procedural page archive_entry_prefix.php
archive_exception.php
procedural page archive_exception.php
archive_internal_exception.php
procedural page archive_internal_exception.php
archive_io.php
procedural page archive_io.php
archive_unknown_type.php
procedural page archive_unknown_type.php
archive_value.php
procedural page archive_value.php
TAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR
    Normal tar archive.
TAR_GNU : ezcArchive
in file archive.php, class constant ezcArchive::TAR_GNU
    GNU tar archive.
TAR_PAX : ezcArchive
in file archive.php, class constant ezcArchive::TAR_PAX
    PAX tar archive.
TAR_USTAR : ezcArchive
in file archive.php, class constant ezcArchive::TAR_USTAR
    USTAR tar archive.
TAR_V7 : ezcArchive
in file archive.php, class constant ezcArchive::TAR_V7
    Tar version 7 archive.

b

$blockFactor : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$blockFactor
    Tar archives have always $blockFactor of blocks.

c

$centralHeaderPositions : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaderPositions
    Stores the byte number where the central directory header starts (fileNumber is the index of the array).
$centralHeaders : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$centralHeaders
    Stores the ezcArchiveCentralDirectoryHeader for each entry.
$completed : ezcArchive
in file archive.php, variable ezcArchive::$completed
    Is true when the archive is read until the end, otherwise false.
close : ezcArchive
in file archive.php, method ezcArchive::close()
    Close the current archive.
close : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::close()
    Closes the archive correctly.
createDefaultDirectory : ezcArchive
in file archive.php, method ezcArchive::createDefaultDirectory()
    Creates all the directories needed to create the file $file.
createInstance : ezcArchive
in file archive.php, method ezcArchive::createInstance()
    Returns an instance of the archive with the given type.
createTarHeader : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::createTarHeader()
    Creates the a new tar header for this class.
createTarHeader : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::createTarHeader()
    Creates the a new pax tar header for this class.
createTarHeader : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::createTarHeader()
    Creates the a new ustar tar header for this class.
createTarHeader : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::createTarHeader()
    Creates the a new pax tar header for this class.
current : ezcArchive
in file archive.php, method ezcArchive::current()
    Returns the current ezcArchiveEntry if it is valid, otherwise false is returned.

e

$endRecord : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$endRecord
    Stores the ezcArchiveCentralDirectoryEndHeader.
$entries : ezcArchive
in file archive.php, variable ezcArchive::$entries
    Stores the entries read from the archive.
$entriesRead : ezcArchive
in file archive.php, variable ezcArchive::$entriesRead
    The number of entries currently read from the archive.
extract : ezcArchive
in file archive.php, method ezcArchive::extract()
    Extract entries from the archive to the target directory.
extractCurrent : ezcArchive
in file archive.php, method ezcArchive::extractCurrent()
    Extract the current entry to which the iterator points.
ezcArchive
in file archive.php, class ezcArchive
    The ezcArchive class provides the common interface for reading and writing the archive formats Tar and Zip.
ezcArchiveBlockSizeException
in file archive_block_size.php, class ezcArchiveBlockSizeException
    Exception will be thrown when the block-size of an archive is invalid.
ezcArchiveChecksumException
in file archive_checksum.php, class ezcArchiveChecksumException
    Exception will be thrown when the checksum of the file is invalid.
ezcArchiveEmptyException
in file archive_empty.php, class ezcArchiveEmptyException
    Exception for when an archive is empty.
ezcArchiveEntry
in file archive_entry.php, class ezcArchiveEntry
    The ezcArchiveEntry class provides system-independent file information.
ezcArchiveEntryPrefixException
in file archive_entry_prefix.php, class ezcArchiveEntryPrefixException
    An exception for an invalid prefix of a file entry.
ezcArchiveException
in file archive_exception.php, class ezcArchiveException
    General exception class for the Archive package.
ezcArchiveFileException
in file file_exception.php, class ezcArchiveFileException
    This class provides an exception for errors occuring while accessing file based archives.
ezcArchiveGnuTar
in file gnu_tar.php, class ezcArchiveGnuTar
    The ezcArchiveGnuTar class implements the GNU Tar archive format.
ezcArchiveInternalException
in file archive_internal_exception.php, class ezcArchiveInternalException
    Exception used when an internal errors occurs in the Archive component.
ezcArchiveIoException
in file archive_io.php, class ezcArchiveIoException
    Exception thrown when an IO error occurs.
ezcArchivePaxTar
in file pax_tar.php, class ezcArchivePaxTar
    The ezcArchivePaxTar class implements the Tar pax or posix archive format.
ezcArchiveUnknownTypeException
in file archive_unknown_type.php, class ezcArchiveUnknownTypeException
    Exception thrown when encountering an archive of an unknow type.
ezcArchiveUstarTar
in file ustar_tar.php, class ezcArchiveUstarTar
    The ezcArchiveUstarTar class implements the Tar ustar archive format.
ezcArchiveV7Tar
in file v7_tar.php, class ezcArchiveV7Tar
    The ezcArchiveV7Tar class implements the Tar v7 archive format.
ezcArchiveValueException
in file archive_value.php, class ezcArchiveValueException
    Exception thrown when encountering a wrong archive value.
ezcArchiveZip
in file zip.php, class ezcArchiveZip
    The ezcArchiveZip class implements the Zip archive format.

f

$file : ezcArchive
in file archive.php, variable ezcArchive::$file
    Direct access to the archive file.
$fileNumber : ezcArchive
in file archive.php, variable ezcArchive::$fileNumber
    The entry or file number to which the iterator points.
$fileStructure : ezcArchiveEntry
in file archive_entry.php, variable ezcArchiveEntry::$fileStructure
    Contains the file information.
file_exception.php
procedural page file_exception.php

g

gnu_tar.php
procedural page gnu_tar.php
getAccessTime : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getAccessTime()
    Returns the last access time as a timestamp.
getAlgorithm : ezcArchiveUstarTar
in file ustar_tar.php, method ezcArchiveUstarTar::getAlgorithm()
    Returns the value which specifies a TAR_USTAR algorithm.
getAlgorithm : ezcArchive
in file archive.php, method ezcArchive::getAlgorithm()
    Returns the algorithm that is used currently.
getAlgorithm : ezcArchivePaxTar
in file pax_tar.php, method ezcArchivePaxTar::getAlgorithm()
    Returns the value which specifies a TAR_PAX algorithm.
getAlgorithm : ezcArchiveZip
in file zip.php, method ezcArchiveZip::getAlgorithm()
    Returns the value which specifies a ZIP algorithm.
getAlgorithm : ezcArchiveGnuTar
in file gnu_tar.php, method ezcArchiveGnuTar::getAlgorithm()
    Returns the value which specifies a TAR_GNU algorithm.
getAlgorithm : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::getAlgorithm()
    Returns the value which specifies a TAR_V7 algorithm.
getDevice : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getDevice()
    Returns the device.
getEntries : ezcArchive
in file archive.php, method ezcArchive::getEntries()
    Get the file entries from the archive.
getEntryFromFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getEntryFromFile()
    Returns one or an array of ezcArchiveEntry's from one or multiple files in the file system.
getFileData : ezcArchiveZip
in file zip.php, method ezcArchiveZip::getFileData()
    Returns the file data of the given fileNumber.
getFileStructureFromFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getFileStructureFromFile()
    Create a file structure from a $file in the file system.
getGroupId : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getGroupId()
    Returns the group ID of the entry.
getInode : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getInode()
    Returns the inode.
getLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getLink()
    Returns the link with or without prefix.
getLinkType : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getLinkType()
    Returns an ezcArchiveEntry-type that corresponds to the ezcArchiveStatMode-type
getListing : ezcArchive
in file archive.php, method ezcArchive::getListing()
    Returns an array that lists the content of the archive.
getLocalHeader : ezcArchiveZip
in file zip.php, method ezcArchiveZip::getLocalHeader()
    Returns the local header of the specified file number.
getMajor : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getMajor()
    Returns the major device number.
getMinor : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getMinor()
    Returns the minor device number.
getModificationTime : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getModificationTime()
    Returns the modification time as a timestamp.
getPath : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPath()
    Returns the complete path or path without the prefix.
getPermissions : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPermissions()
    Returns a bit mask representing the permissions of this entry.
getPermissionsString : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPermissionsString()
    Returns the permissions as a string.
getPrefix : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getPrefix()
    Returns the prefix.
getSize : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getSize()
    Returns the file size.
getTarInstance : ezcArchive
in file archive.php, method ezcArchive::getTarInstance()
    Open a tar instance.
getType : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getType()
    Returns type of the entry.
getTypeString : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getTypeString()
    Returns the type string for the current type of the entry.
getUserId : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::getUserId()
    Returns the user ID of the entry.
getZipInstance : ezcArchive
in file archive.php, method ezcArchive::getZipInstance()
    Open a zip instance. This method is made public for testing purposes, and should not be used.

h

$hasNullBlocks : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$hasNullBlocks
    Specifies if the archive contains null blocks.
$headerPositions : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$headerPositions
    Stores the block number where the header starts.
$headers : ezcArchiveV7Tar
in file v7_tar.php, variable ezcArchiveV7Tar::$headers
    Stores all the headers from the archive.

i

FILE_NOT_FOUND : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_FOUND
    The file could not be found on the filesystem.
FILE_NOT_READABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_READABLE
    The file could not be read from the filesystem.
FILE_NOT_SUITABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_SUITABLE
    The file not suitable.
FILE_NOT_WRITABLE : ezcArchiveFileException
in file file_exception.php, class constant ezcArchiveFileException::FILE_NOT_WRITABLE
    The file could not be written to the filesystem.
isDirectory : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isDirectory()
    Returns true when this entry represents a directory.
isEmpty : ezcArchive
in file archive.php, method ezcArchive::isEmpty()
    Returns true if the current archive is empty, otherwise false.
isFile : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isFile()
    Returns true when this entry represents a file.
isHardLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isHardLink()
    Returns true when this entry represents a hard link.
isLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isLink()
    Returns true when this entry represents a symbolic or a hard link.
isSymLink : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::isSymLink()
    Returns true when this entry represents a symbolic link.
isWritable : ezcArchiveZip
in file zip.php, method ezcArchiveZip::isWritable()
    Returns true if it is possible to write to the archive, otherwise false.
ZIP : ezcArchive
in file archive.php, class constant ezcArchive::ZIP
    ZIP archive.

k

key : ezcArchive
in file archive.php, method ezcArchive::key()
    Returns the current key, entry number, if it is valid, otherwise false is returned.

l

$localHeaderPositions : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$localHeaderPositions
    Stores the byte number where the local file header starts for each entry.
$localHeaders : ezcArchiveZip
in file zip.php, variable ezcArchiveZip::$localHeaders
    Stores the ezcArchiveLocalFileHeader for each entry.
BLOCK_SIZE : ezcArchiveV7Tar
in file v7_tar.php, class constant ezcArchiveV7Tar::BLOCK_SIZE
    Amount of bytes in a block.

n

next : ezcArchive
in file archive.php, method ezcArchive::next()
    Forwards the iterator to the next entry.

o

open : ezcArchive
in file archive.php, method ezcArchive::open()
    Returns a new ezcArchive instance.

p

$prefix : ezcArchiveEntry
in file archive_entry.php, variable ezcArchiveEntry::$prefix
    The prefix of the file that may be removed from the path.
pax_tar.php
procedural page pax_tar.php

r

readCentralHeaders : ezcArchiveZip
in file zip.php, method ezcArchiveZip::readCentralHeaders()
    Reads the entire archive and creates all the entries.
readCurrentFromArchive : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::readCurrentFromArchive()
    Read the current entry from the archive.
removePrefixFromPath : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::removePrefixFromPath()
    Removes the prefix from the path and clears the prefix.
rewind : ezcArchive
in file archive.php, method ezcArchive::rewind()
    Rewinds the iterator to the first entry.

s

IS_BLOCK_DEVICE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_BLOCK_DEVICE
    Is a block device.
IS_CHARACTER_DEVICE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_CHARACTER_DEVICE
    Is a character device.
IS_DIRECTORY : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_DIRECTORY
    Is a directory.
IS_FIFO : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_FIFO
    Is a FIFO.
IS_FILE : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_FILE
    Is a regular file.
IS_LINK : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_LINK
    Is a hard link.
IS_RESERVED : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_RESERVED
    Not used, is Tar specific?
IS_SYMBOLIC_LINK : ezcArchiveEntry
in file archive_entry.php, class constant ezcArchiveEntry::IS_SYMBOLIC_LINK
    Is a symbolic link.
seek : ezcArchive
in file archive.php, method ezcArchive::seek()
    Search for the entry number.
setEndRecord : ezcArchiveZip
in file zip.php, method ezcArchiveZip::setEndRecord()
    Creates and sets a new ezcArchiveCentralDirectoryEndHeader.
setPrefix : ezcArchiveEntry
in file archive_entry.php, method ezcArchiveEntry::setPrefix()
    Sets the prefix.

t

truncate : ezcArchiveZip
in file zip.php, method ezcArchiveZip::truncate()
    Truncates the archive to $fileNumber of files.
truncate : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::truncate()
    Truncates the archive to $fileNumber of files.
truncate : ezcArchive
in file archive.php, method ezcArchive::truncate()
    Truncates the archive to $fileNumber of files.

u

ustar_tar.php
procedural page ustar_tar.php

v

v7_tar.php
procedural page v7_tar.php
valid : ezcArchive
in file archive.php, method ezcArchive::valid()
    Returns true if the iterator points to a valid entry, otherwise false.

w

writeCurrentDataToFile : ezcArchive
in file archive.php, method ezcArchive::writeCurrentDataToFile()
    Writes the file data from the current entry to the given file.
writeCurrentDataToFile : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::writeCurrentDataToFile()
    Writes the file data from the current entry to the given file.
writeCurrentDataToFile : ezcArchiveZip
in file zip.php, method ezcArchiveZip::writeCurrentDataToFile()
    Writes the file data from the current entry to the given file.
writeEnd : ezcArchiveV7Tar
in file v7_tar.php, method ezcArchiveV7Tar::writeEnd()
    Writes the end of the archive.
writeFile : ezcArchiveZip
in file zip.php, method ezcArchiveZip::writeFile()
    Reads the file data from the archive and writes it the the $writeTo file.

z

zip.php
procedural page zip.php
BZIP2 : ezcArchive
in file archive.php, class constant ezcArchive::BZIP2
    BZIP2 compression format.
GZIP : ezcArchive
in file archive.php, class constant ezcArchive::GZIP
    Gnu ZIP compression format.
Last updated: Wed, 28 Nov 2007