<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ziparchive.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  '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);

?>
<div id="ziparchive.getstatusstring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ZipArchive::getStatusString</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.7, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ZipArchive::getStatusString</span> &mdash; <span class="dc-title">Returns the status error message, system and/or zip messages</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-ziparchive.getstatusstring-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ZipArchive::getStatusString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Returns the status error message, system and/or zip messages.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-ziparchive.getstatusstring-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-ziparchive.getstatusstring-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a <span class="type"><a href="language.types.string.php" class="type string">string</a></span> with the status message.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-ziparchive.getstatusstring-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>8.0.0, PECL zip 1.18.0</td>
       <td>
        This method can be called on closed archive.
       </td>
      </tr>

      <tr>
       <td>8.0.0, PECL zip 1.18.0</td>
       <td>
        This method no longer returns <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on failure.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


</div><?php manual_footer($setup); ?>