KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Zlib
gzclose
gzcompress
gzdecode
gzdeflate
gzencode
gzeof
gzfile
gzgetc
gzgets
gzgetss
gzinflate
gzopen
gzpassthru
gzputs
gzread
gzrewind
gzseek
gztell
gzuncompress
gzwrite
readgzfile
zlib_get_coding_type
Home
>
PHP
>
Function
>
Zlib
>
gzeof()
gzeof()
gzeof - Test for
EOFon a gz-file pointer
Syntax
int
gzeof
(
resource
$zp)
Arguments
zp - The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen().
Description
Tests the given GZ file pointer for EOF.
Version
PHP 4, 5
Return value
Returns TRUE if the gz-file pointer is at EOFor an error occurs; otherwise returns FALSE.