GoLang ZipArchive::getStatusString

request it (192)
GoLang replacement for PHP's ZipArchive::getStatusString [edit | history]



Do you know a GoLang replacement for PHP's ZipArchive::getStatusString? Write it!

PHP ZipArchive::getStatusString

PHP original manual for ZipArchive::getStatusString [ show | php.net ]

ZipArchive::getStatusString

(PHP 5 >= 5.2.7, PHP 7)

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

Description

string ZipArchive::getStatusString ( void )

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.