parent root
PHP: ZipArchive::getStatusString - Manual

ZipArchive::getStatusString

(PHP 5 >= 5.2.7, PHP 7)

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

Description

ZipArchive::getStatusString ( void ) : string

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

Parameters

This function has no parameters.

Return Values

Returns a string with the status message on success or FALSE on failure.

add a noteadd a note

User Contributed Notes

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