Method PclZip::properties()
Overview
This method gives back the general properties of the PKZIP archive.
Synopsis
PclZip::properties()
Returned values
0
On error.
an array
An array with the PKZIP properties (see bellow)
Description
This method gives the general properties of the PKZIP archive.
The available properties are :
|
nb |
Number of entries (files / folders) in the archive |
|
|
comment |
Comments associated with the archive. |
|
|
status |
Status of the archive (only OK is available today) |
| [Back to Methods List] |




