(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0)
Introducere
A file archive, compressed with Zip.
Sinopsisul clasei
public addEmptyDir
(
string $dirname
,
int $flags
= 0
) :
bool
public addFile
(
string $filename
,
string $entryname
= null
,
int $start
= 0
,
int $length
= 0
,
int $flags
= ZipArchive::FL_OVERWRITE
) :
bool
public addFromString
(
string $name
,
string $contents
,
int $flags
= ZipArchive::FL_OVERWRITE
) :
bool
public addGlob
(
string $pattern
,
int $flags
= 0
,
array $options
= array()
) :
array|false
public addPattern
(
string $pattern
,
string $path
= "."
,
array $options
= array()
) :
array|false
public getCommentName
(
string $name
,
int $flags
= ?
) :
string|false
public getFromIndex
(
int $index
,
int $length
= 0
,
int $flags
= ?
) :
string|false
public getFromName
(
string $name
,
int $length
= 0
,
int $flags
= ?
) :
string|false
public getNameIndex
(
int $index
,
int $flags
= ?
) :
string|false
public getStream
(
string $name
) :
resource|false
public locateName
(
string $name
,
int $flags
= ?
) :
int|false
public open
(
string $filename
,
int $flags
= ?
) :
mixed
public renameIndex
(
int $index
,
string $newname
) :
bool
public renameName
(
string $name
,
string $newname
) :
bool
public replaceFile
(
string $filename
,
int $index
,
int $start
= 0
,
int $length
= 0
,
int $flags
= 0
) :
bool
public setCompressionName
(
string $name
,
int $comp_method
,
int $comp_flags
= 0
) :
bool
public
setEncryptionName
(
string $name
,
int $method
,
string $password
= ?
) :
bool
public
setMtimeIndex
(
int $index
,
int $timestamp
,
int $flags
= ?
) :
bool
public
setMtimeName
(
string $name
,
int $timestamp
,
int $flags
= ?
) :
bool
public statIndex
(
int $index
,
int $flags
= ?
) :
array|false
public statName
(
string $name
,
int $flags
= ?
) :
array|false
}
Proprietăți
- lastId
-
Index value of last added entry (file or directory).
Available as of PHP 8.0.0 and PECL zip 1.18.0.
- status
-
Status of the Zip Archive.
Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0.
- statusSys
-
System status of the Zip Archive.
Available for closed archive, as of PHP 8.0.0 and PECL zip 1.18.0.
- numFiles
-
Number of files in archive
- filename
-
File name in the file system
-
Comment for the archive