File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
extract
— Extract the loaded Zip Archive to a given folder on the local server
Name | Description |
---|---|
$dirExtractPath | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirExtractPath = '/home/user/public_html/twist';
//Call the function extract with the example vars
Twist::Archive() -> extract($dirExtractPath);