RarException::setUsingExceptions
Introduzione
Estensioni di compressione
PHP Manual
Zip
Introduzione
Installazione/Configurazione
Requisiti
Installazione
Configurazione di Runtime
Tipi di risorse
Costanti predefinite
Esempi
ZipArchive
— The ZipArchive class
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::addGlob
— Add files from a directory by glob pattern
ZipArchive::addPattern
— Add files from a directory by PCRE pattern
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::getExternalAttributesIndex
— Retrieve the external attributes of an entry defined by its index
ZipArchive::getExternalAttributesName
— Retrieve the external attributes of an entry defined by its 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::getStatusString
— Returns the status error message, system and/or zip messages
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::setArchiveComment
— Set the comment of a ZIP archive
ZipArchive::setCommentIndex
— Set the comment of an entry defined by its index
ZipArchive::setCommentName
— Set the comment of an entry defined by its name
ZipArchive::setExternalAttributesIndex
— Set the external attributes of an entry defined by its index
ZipArchive::setExternalAttributesName
— Set the external attributes of an entry defined by its name
ZipArchive::setPassword
— Set the password for the active archive
ZipArchive::statIndex
— Get the details of an entry defined by its index.
ZipArchive::statName
— Get the details of an entry defined by its name.
ZipArchive::unchangeAll
— Undo all changes done in the archive
ZipArchive::unchangeArchive
— Revert all global changes done in the archive.
ZipArchive::unchangeIndex
— Revert all changes done to an entry at the given index
ZipArchive::unchangeName
— Revert all changes done to an entry with the given name.
Funzioni Zip
zip_close
— Chiude un archivio ZIP
zip_entry_close
— Chiude una voce directory
zip_entry_compressedsize
— Ottiene la dimensione compressa di una voce directory
zip_entry_compressionmethod
— Ottiene il metodo di compressione di una voce directory
zip_entry_filesize
— Ottiene la dimensione attuale di una voce della directory
zip_entry_name
— Ottiene il nome della voce di una directory
zip_entry_open
— Apre una voce directory in lettura
zip_entry_read
— Legge da una voce directory aperta
zip_open
— Apre un archivio ZIP
zip_read
— Legge la prossima voce in un archivio file zip
RarException::setUsingExceptions
Introduzione
Estensioni di compressione
PHP Manual