<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.inflate-get-read-len.php',
    1 => 'inflate_get_read_len',
    2 => 'Devuelve el n&uacute;mero de bytes le&iacute;dos hasta el momento',
  ),
  'up' => 
  array (
    0 => 'ref.zlib.php',
    1 => 'Funciones de Zlib',
  ),
  'prev' => 
  array (
    0 => 'function.inflate-add.php',
    1 => 'inflate_add',
  ),
  'next' => 
  array (
    0 => 'function.inflate-get-status.php',
    1 => 'inflate_get_status',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/zlib/functions/inflate-get-read-len.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.inflate-get-read-len" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">inflate_get_read_len</h1>
  <p class="verinfo">(PHP 7 &gt;= 7.2.0, PHP 8)</p><p class="refpurpose"><span class="refname">inflate_get_read_len</span> &mdash; <span class="dc-title">Devuelve el número de bytes leídos hasta el momento</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.inflate-get-read-len-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>inflate_get_read_len</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">

  </p>

  
<div class="warning"><strong class="warning">Advertencia</strong>
<p class="simpara">
 Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-function.inflate-get-read-len-parameters">
  <h3 class="title">Parámetros</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-read-len-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   Devuelve el número de bytes leídos hasta el momento o <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si ocurre un error.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.inflate-get-read-len-changelog">
  <h3 class="title">Historial de cambios</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Versión</th>
      <th>Descripción</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
        <code class="parameter">context</code> ahora espera una instancia de <span class="classname"><a href="class.inflatecontext.php" class="classname">InflateContext</a></span>;
        anteriormente se esperaba un <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


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