mirror of
https://github.com/php/php-src.git
synced 2025-01-10 13:03:54 +08:00
30f9c47d61
gzeof has different semantics from feof, in that gzeof will return true if the read position is at EOF, even if the most recent read was 100% successful. feof will return true only (usually) if the most recent fread failed. |
||
---|---|---|
.. | ||
tests | ||
config0.m4 | ||
CREDITS | ||
php_zlib.h | ||
zlib_fopen_wrapper.c | ||
zlib_win32_howto.txt | ||
zlib.c | ||
zlib.dsp |