ZipArchive
PHP Manual

ZipArchive::getStatusString

(PHP 5 >= 5.2.7)

ZipArchive::getStatusStringReturns the status error message, system and/or zip messages

Descrizione

string ZipArchive::getStatusString ( void )

Returns the status error message, system and/or zip messages.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns a string with the status message on success o FALSE in caso di fallimento.


ZipArchive
PHP Manual