Method PclZip::duplicate
Overview
Duplicate a zip archive.
(PclZip >= 1.2)Synopsis
PclZip::duplicate($archive_filename)
Arguments
$archive_filename :
The filename of the archive to duplicate.
Returned values
0
On error.
1
On Success.
Description
This function duplicate the archive identified by its filename ($archive_filename). The current PclZip object should be just created, without any other action. If the PclZip objet is associated with an existing archive, this archive is deleted and replaced by the duplicated archive.
| [Back to Methods List] |




