File path: dist/twist/Core/Models/Archive/Native.model.php
Namespace: Twist\Core\Models\Archive
load
— Load in an existing archive and store it as a resource ready to be manipulated/extracted.
Name | Description |
---|---|
$strZipArchive | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strZipArchive = 'foo';
//Call the function load with the example vars
$resNative = new \Twist\Core\Models\Archive\Native();
$resNative -> load($strZipArchive);