array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'ziparchive.getstatusstring.php', 1 => 'ZipArchive::getStatusString', 2 => 'Returns the status error message, system and/or zip messages', ), 'up' => array ( 0 => 'class.ziparchive.php', 1 => 'ZipArchive', ), 'prev' => array ( 0 => 'ziparchive.getnameindex.php', 1 => 'ZipArchive::getNameIndex', ), 'next' => array ( 0 => 'ziparchive.getstream.php', 1 => 'ZipArchive::getStream', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/zip/ziparchive/getstatusstring.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.2.7, PHP 7, PHP 8)
ZipArchive::getStatusString — Returns the status error message, system and/or zip messages
Returns the status error message, system and/or zip messages.
У цієї функції немає параметрів.
Returns a string with the status message.
| Версія | Опис |
|---|---|
| 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.
|