You are here

public function StreamInterface::eof in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::eof()

Returns true if the stream is at the end of the stream.

Return value

bool

8 methods override StreamInterface::eof()
AppendStream::eof in vendor/guzzlehttp/psr7/src/AppendStream.php
Returns true if the stream is at the end of the stream.
BufferStream::eof in vendor/guzzlehttp/psr7/src/BufferStream.php
Returns true if the stream is at the end of the stream.
FnStream::eof in vendor/guzzlehttp/psr7/src/FnStream.php
Returns true if the stream is at the end of the stream.
PumpStream::eof in vendor/guzzlehttp/psr7/src/PumpStream.php
Returns true if the stream is at the end of the stream.
RelativeStream::eof in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Returns true if the stream is at the end of the stream.

... See full list

File

vendor/psr/http-message/src/StreamInterface.php, line 66

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function eof();