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); ?>

gzrewind

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

gzrewindRewind the position of a gz-file pointer

Опис

gzrewind(resource $stream): bool

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

Параметри

stream

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

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Прогляньте також