public function PhpStreamWrapperInterface::stream_flush

2 methods override PhpStreamWrapperInterface::stream_flush()
LocalStream::stream_flush in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for fflush().
ReadOnlyStream::stream_flush in drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php
Support for fflush().

File

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

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function stream_flush();