TwistPHP Documentation

PclZip

File path: dist/twist/Core/Models/Archive/PclZip.model.php
Namespace: Twist\Core\Models\Archive
Extends:

Type: Model

PclZip

Example Usage

<?php
//Set the variables for the example
$strZipArchive 'foo';

//Call the function load with the example vars
$resPclZip = new \Twist\Core\Models\Archive\PclZip();
$resPclZip -> load($strZipArchive);

Method List

Method Access Returns
__constructconstructvoid
createpublicvoid
loadpublicvoid
addFilepublicvoid
extractpublicvoid
addEmptyDirpublicvoid
setArchiveCommentpublicvoid
deleteNamepublicvoid
closepublicvoid