PhpConcept

Developers Tools

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

PclZip User Guide - PclZip::duplicate

Print PDF

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]

 

Last Updated on Thursday, 17 December 2009 10:31