(no version information, might be only in CVS)
php_stream_eof -- ストリームがファイル終端に達したかどうか調べる
説明
int
php_stream_eof
( php_stream * stream)
php_stream_eof()
checks for an end-of-file condition on
stream
.
php_stream_read()
returns the 1 to indicate
EOF
, 0 if there is no
EOF
and -1 to indicate an error.