TwistPHP Documentation

Native

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

Type: Model

Native

Example Usage

<?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 List

Method Access Returns
createpublicvoid
loadpublicvoid
addFilepublicvoid
extractpublicvoid
addEmptyDirpublicvoid
setArchiveCommentpublicvoid
deleteNamepublicvoid
closepublicvoid