| ★ wanayoo — archive 1999 http://fr.php.net/manual/kr/function.gzrewind.php | Nouvelle recherche | Portail wanayoo |
(PHP 4, PHP 5)
gzrewind — Rewind the position of a gz-file pointer
$zp
)Sets the file position indicator of the given gz-file pointer to the beginning of the file stream.
zpThe gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen().
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.