TwistPHP Documentation

save

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

saveFinish and save the archive
If a temp file a new save file must be passed in otherwise the temp file will be deleted

Parameters

Name Type Description
[$dirSaveFile = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$dirSaveFile null;

//Call the function save with the example vars
Twist::Archive() -> save($dirSaveFile);