File path: dist/twist/Core/Models/Archive/Native.model.php
Namespace: Twist\Core\Models\Archive
Type: Model
Native
—
<?php
//Set the variables for the example
$strLocalFile = 'foo';
$strZipPath = 'foo';
//Call the function addFile with the example vars
$resNative = new \Twist\Core\Models\Archive\Native();
$resNative -> addFile($strLocalFile, $strZipPath);
Method | Access | Returns |
---|---|---|
create | public | void |
load | public | void |
addFile | public | void |
extract | public | void |
addEmptyDir | public | void |
setArchiveComment | public | void |
deleteName | public | void |
close | public | void |