array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.gzrewind.php', 1 => 'gzrewind', 2 => 'Rewind the position of a gz-file pointer', ), 'up' => array ( 0 => 'ref.zlib.php', 1 => 'Funzioni 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); ?>

gzrewind

(PHP 4, PHP 5, PHP 7, PHP 8)

gzrewindRewind the position of a gz-file pointer

Descrizione

gzrewind(resource $stream): bool

Sets the file position indicator of the given gz-file pointer to the beginning of the file stream.

Elenco dei parametri

stream

The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen().

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche: