File path: dist/twist/Core/Models/Archive/Native.model.php
Namespace: Twist\Core\Models\Archive
extract
— Extract the files from the archive resource
Name | Description |
---|---|
$strExtractPath | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strExtractPath = 'foo';
//Call the function extract with the example vars
$resNative = new \Twist\Core\Models\Archive\Native();
$resNative -> extract($strExtractPath);