โ— Shell
clean mode source โ†—

PHP: streamWrapper::stream_eof - Manual

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::stream_eof โ€” Tests for end-of-file on a file pointer

Description

public function streamWrapper::stream_eof(): bool

This method is called in response to feof().

Parameters

This function has no parameters.

Return Values

Should return true if the read/write position is at the end of the stream and if no more data is available to be read, or false otherwise.

Notes

See Also

  • feof() - Tests for end-of-file on a file pointer

Found A Problem?

There are no user contributed notes for this page.