<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.zlib.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.inflate-get-status.php',
    1 => 'inflate_get_status',
    2 => 'Renvoie le statut de d&eacute;compression',
  ),
  'up' => 
  array (
    0 => 'ref.zlib.php',
    1 => 'Fonctions Zlib',
  ),
  'prev' => 
  array (
    0 => 'function.inflate-get-read-len.php',
    1 => 'inflate_get_read_len',
  ),
  'next' => 
  array (
    0 => 'function.inflate-init.php',
    1 => 'inflate_init',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/zlib/functions/inflate-get-status.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.inflate-get-status" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">inflate_get_status</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.2.0, PHP 8)</p><p class="refpurpose"><span class="refname">inflate_get_status</span> &mdash; <span class="dc-title">Renvoie le statut de décompression</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.inflate-get-status-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>inflate_get_status</strong></span>(<span class="methodparam"><span class="type"><a href="class.inflatecontext.php" class="type InflateContext">InflateContext</a></span> <code class="parameter">$context</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Renvoie généralement <strong><code><a href="zlib.constants.php#constant.zlib-ok">ZLIB_OK</a></code></strong> ou <strong><code><a href="zlib.constants.php#constant.zlib-stream-end">ZLIB_STREAM_END</a></code></strong>.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.inflate-get-status-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">context</code></dt>
    <dd>
     <p class="para">
      
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.inflate-get-status-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Renvoie le statut de décompression.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.inflate-get-status-changelog">
  <h3 class="title">Historique</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       <code class="parameter">context</code> attend désormais une instance de <span class="classname"><a href="class.inflatecontext.php" class="classname">InflateContext</a></span> ;
       auparavant, une <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> était attendue.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


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