ZipArchive
PHP Manual

ZipArchive::setPassword

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

ZipArchive::setPasswordSet the password for the active archive

Descrizione

public bool ZipArchive::setPassword ( string $password )

Sets the password for the active archive.

Elenco dei parametri

password

The password to add to the archive.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


ZipArchive
PHP Manual