GoLang ZipArchive::close

request it (305)
GoLang replacement for PHP's ZipArchive::close [edit | history]



Do you know a GoLang replacement for PHP's ZipArchive::close? Write it!

PHP ZipArchive::close

PHP original manual for ZipArchive::close [ show | php.net ]

ZipArchive::close

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0)

ZipArchive::closeClose the active archive (opened or newly created)

Description

bool ZipArchive::close ( void )

Close opened or created archive and save changes. This method is automatically called at the end of the script.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.