ZipArchive::getStatusString

(PHP 5 >= 5.2.7, PHP 7)

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

Opis

ZipArchive::getStatusString ( void ) : string

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns a string with the status message on success lub FALSE w przypadku niepowodzenia.

Rejestr zmian

Wersja Opis
8.0.0 / 1.18.0 This method can be called on closed archive.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top