File path: dist/twist/Core/Models/Archive/PclZip.model.php
Namespace: Twist\Core\Models\Archive
Type: Model
PclZip
—
<?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 | Access | Returns |
---|---|---|
__construct | construct | void |
create | public | void |
load | public | void |
addFile | public | void |
extract | public | void |
addEmptyDir | public | void |
setArchiveComment | public | void |
deleteName | public | void |
close | public | void |