PhpConcept

Developers Tools

  • Increase font size
  • Default font size
  • Decrease font size
Home PclZip User Guide

PclZip User Guide - PclZip::merge

Print PDF

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]

 

Last Updated on Thursday, 17 December 2009 10:29