PclZip

Type
Class
Namespace
Craft
Inherits
Craft\PclZip
Implements
Craft\IZip
Since
1.0

Class PclZip

See also http://craftcms.com

View source (opens new window)

# Public Methods

Method Description
add() Will add either a file or a folder to an existing zip file. If it is a folder, it will add the contents recursively.
unzip()
zip()

# add()

Will add either a file or a folder to an existing zip file. If it is a folder, it will add the contents recursively.

IZip::add()

View source (opens new window)

Arguments

Returns

boolean (opens new window)

Signature

public boolean add ( $sourceZip, $pathToAdd, $basePath, $pathPrefix = null )

# unzip()

IZip::unzip()

View source (opens new window)

Arguments

  • $srcZip
  • $destFolder

Returns

boolean (opens new window)

Signature

public boolean unzip ( $srcZip, $destFolder )

# zip()

IZip::zip()

View source (opens new window)

Arguments

  • $sourceFolder
  • $destZip

Returns

boolean (opens new window)

Signature

public boolean zip ( $sourceFolder, $destZip )