Freelance PHP programmer India
|
Freelance web developer india
|
Web development India
|
web developer CV india
|
Compiling PHP and Apache 2 from source on Linux
rar_open
Introduction
Compression and Archive Extensions
PHP Manual
Zip
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
Examples
Zip Functions
zip_close
� Close a ZIP file archive
zip_entry_close
� Close a directory entry
zip_entry_compressedsize
� Retrieve the compressed size of a directory entry
zip_entry_compressionmethod
� Retrieve the compression method of a directory entry
zip_entry_filesize
� Retrieve the actual file size of a directory entry
zip_entry_name
� Retrieve the name of a directory entry
zip_entry_open
� Open a directory entry for reading
zip_entry_read
� Read from an open directory entry
zip_open
� Open a ZIP file archive
zip_read
� Read next entry in a ZIP file archive
ZipArchive::addEmptyDir
� Add a new directory
ZipArchive::addFile
� Adds a file to a ZIP archive from the given path
ZipArchive::addFromString
� Add a file to a ZIP archive using its contents
ZipArchive::close
� Close the active archive (opened or newly created)
ZipArchive::deleteIndex
� delete an entry in the archive using its index
ZipArchive::deleteName
� delete an entry in the archive using its name
ZipArchive::extractTo
� Extract the archive contents
ZipArchive::getArchiveComment
� Returns the Zip archive comment
ZipArchive::getCommentIndex
� Returns the comment of an entry using the entry index
ZipArchive::getCommentName
� Returns the comment of an entry using the entry name
ZipArchive::getFromIndex
� Returns the entry contents using its index.
ZipArchive::getFromName
� Returns the entry contents using its name.
ZipArchive::getNameIndex
� Returns the name of an entry using its index
ZipArchive::getStream
� Get a file handler to the entry defined by its name (read only).
ZipArchive::locateName
� Returns the index of the entry in the archive
ZipArchive::open
� Open a ZIP file archive
ZipArchive::renameIndex
� Renames an entry defined by its index
ZipArchive::renameName
� Renames an entry defined by its name
ZipArchive::unchangeName
— Revert all changes done to an entry with the given name.
rar_open
Introduction
Compression and Archive Extensions
PHP Manual