Method PclZip::merge()
Overview
Merge the content of a zip archive at the end of the current archive.
(PclZip >= 1.2)Synopsis
PclZip::merge($archive_filename)
Arguments
$archive_filename :
The filename of the archive to merge with.
Returned values
0
On error
1
On Success.
Description
The function add the content of the archive identified by its filename ($archive_filename) in the archive represented by the current object archive. No check is done on the archive content, for exemple duplicated files in the archives are not detected. This is not an update function, this is a 'stupid' merge.
| [Back to Methods List] |




