You are here

8 methods override StreamInterface::eof() in Zircon Profile 8

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.
Stream::eof in vendor/zendframework/zend-diactoros/src/Stream.php
Returns true if the stream is at the end of the stream.
Stream::eof in vendor/guzzlehttp/psr7/src/Stream.php
Returns true if the stream is at the end of the stream.
Stream::eof in vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Stream.php
Returns true if the stream is at the end of the stream.