GoLang ZipArchive::setPassword

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



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

PHP ZipArchive::setPassword

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

ZipArchive::setPassword

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4)

ZipArchive::setPasswordSet the password for the active archive

Description

public bool ZipArchive::setPassword ( string $password )

Sets the password for the active archive.

Parameters

password

The password to be used for the archive.

Return Values

Returns TRUE on success or FALSE on failure.

Notes

Note:

This function only sets the password to be used to decompress the archive; it does not turn a non-password-protected ZipArchive into a password-protected ZipArchive.