TwistPHP Documentation

extract

File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

extractExtract the loaded Zip Archive to a given folder on the local server

Parameters

Name Type Description
$dirExtractPathstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);