TwistPHP Documentation

close

File path: dist/twist/Core/Models/Archive/Native.model.php
Namespace: Twist\Core\Models\Archive
Extends:

closeClose the resource handler, this will save the resource to disk where appropriate

Return Values

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

Example

<?php
//Call the function close with the example vars
$resNative = new \Twist\Core\Models\Archive\Native();
$resNative -> close();