File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
load
— Load in an existing archive to be modified or added to
Name | Description |
---|---|
$dirZipArchive | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirZipArchive = '/home/user/public_html/twist';
//Call the function load with the example vars
Twist::Archive() -> load($dirZipArchive);