TwistPHP Documentation

load

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

loadLoad in an existing archive to be modified or added to

Parameters

Name Type Description
$dirZipArchivestringn/a

Return Values

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

Example

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