Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
ZipArchive::open
Popis
mixed ZipArchive::open ( string filename [, int flags] )Opens a new zip archive for reading, writing or modifying.
Seznam parametrů
filename
The file name of the ZIP archive to open.
flags
The mode to use to open the archive.
ZIPARCHIVE::OVERWRITE
ZIPARCHIVE::CREATE
ZIPARCHIVE::EXCL
ZIPARCHIVE::CHECKCONS
Návratové hodnoty
Error codes
Returns TRUE on success or the error code.
ZIPARCHIVE::ER_EXISTS
ZIPARCHIVE::ER_INCONS
ZIPARCHIVE::ER_INVAL
ZIPARCHIVE::ER_MEMORY
ZIPARCHIVE::ER_NOENT
ZIPARCHIVE::ER_NOZIP
ZIPARCHIVE::ER_OPEN
ZIPARCHIVE::ER_READ
ZIPARCHIVE::ER_SEEK
PÅ™Ãklady
This example opens a ZIP file archive, reads each file in the archive and prints out its contents. The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
ZipArchive::locateName | Nahoru |