ZipArchive::getStatusString

(PHP 5 >= 5.2.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.

Коментарии

Автор:
This method is not static! It must be called:

<?php
$zip 
= new ZipArchive();
 ...
echo 
$zip->getStatusString();
?>

(Using PHP 5.4.4)
2014-09-25 10:53:42
http://php5.kiev.ua/manual/ru/ziparchive.getstatusstring.html

    Поддержать сайт на родительском проекте КГБ