public function PhpStreamWrapperInterface::stream_eof

1 method overrides PhpStreamWrapperInterface::stream_eof()
LocalStream::stream_eof in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for feof().

File

drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 21
Definition of Drupal\Core\StreamWrapper\PhpStreamWrapperInterface.

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function stream_eof();