File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
create
— Create a new empty archive ready to have files and directories added
Name | Description |
---|---|
[$dirZipArchive = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirZipArchive = null;
//Call the function create with the example vars
Twist::Archive() -> create($dirZipArchive);