<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.gzrewind.php',
    1 => 'gzrewind',
    2 => 'Rewind the position of a gz-file pointer',
  ),
  'up' => 
  array (
    0 => 'ref.zlib.php',
    1 => 'Zlib Функції',
  ),
  'prev' => 
  array (
    0 => 'function.gzread.php',
    1 => 'gzread',
  ),
  'next' => 
  array (
    0 => 'function.gzseek.php',
    1 => 'gzseek',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/zlib/functions/gzrewind.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.gzrewind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">gzrewind</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">gzrewind</span> &mdash; <span class="dc-title">Rewind the position of a gz-file pointer</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.gzrewind-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>gzrewind</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$stream</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">    
   Sets the file position indicator of the given gz-file pointer to the 
   beginning of the file stream.
  </p> 
 </div>

 <div class="refsect1 parameters" id="refsect1-function.gzrewind-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">stream</code></dt>
     <dd>
      <p class="para">
       The gz-file pointer. It must be valid, and must point to a file
       successfully opened by <span class="function"><a href="function.gzopen.php" class="function">gzopen()</a></span>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.gzrewind-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Повертає <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> у разі успіху або <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> в разі помилки.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.gzrewind-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.gzseek.php" class="function" rel="rdfs-seeAlso">gzseek()</a> - Seek on a gz-file pointer</span></li>
    <li><span class="function"><a href="function.gztell.php" class="function" rel="rdfs-seeAlso">gztell()</a> - Tell gz-file pointer read/write position</span></li>
   </ul>
  </p>
 </div>

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