(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0)
Introduction
A file archive, compressed with Zip.
Class synopsis
addFile
(
string $filename
[,
string $localname
= NULL
[,
int $start
= 0
[,
int $length
= 0
]]] ) :
bool
addGlob
(
string $pattern
[,
int $flags
= 0
[,
array $options
= array()
]] ) :
bool
addPattern
(
string $pattern
[,
string $path
= "."
[,
array $options
= array()
]] ) :
bool
public count
(
void
) :
int
getFromIndex
(
int $index
[,
int $length
= 0
[,
int $flags
]] ) :
string
getFromName
(
string $name
[,
int $length
= 0
[,
int $flags
]] ) :
string
open
(
string $filename
[,
int $flags
] ) :
mixed
renameName
(
string $name
,
string $newname
) :
bool
statIndex
(
int $index
[,
int $flags
] ) :
array
statName
(
string $name
[,
int $flags
] ) :
array
}
Properties
- status
-
Status of the Zip Archive
- statusSys
-
System status of the Zip Archive
- numFiles
-
Number of files in archive
- filename
-
File name in the file system
-
Comment for the archive