File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
save
— Finish and save the archive
If a temp file a new save file must be passed in otherwise the temp file will be deleted
Name | Description |
---|---|
[$dirSaveFile = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirSaveFile = null;
//Call the function save with the example vars
Twist::Archive() -> save($dirSaveFile);