TwistPHP Documentation

close

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

closeClose the resource handler, this will save the resource to disk where appropriate. Uses the PclZip Third party package.

Return Values

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

Example

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