ZipArchive::getStatusString

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

Description

public string ZipArchive::getStatusString()

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.

Changelog

Version Description
8.0.0, PECL zip 1.18.0 This method can be called on closed archive.
8.0.0, PECL zip 1.18.0 This method no longer returns false on failure.