Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StreamInterface.php

function StreamInterface::eof

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

Return value

bool

5 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.
Stream::eof in vendor/guzzlehttp/psr7/src/Stream.php
Returns true if the stream is at the end of the stream.

File

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

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function eof() : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal