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

Breadcrumb

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

function StreamInterface::close

Closes the stream and any underlying resources.

Return value

void

5 methods override StreamInterface::close()
AppendStream::close in vendor/guzzlehttp/psr7/src/AppendStream.php
Closes each attached stream.
BufferStream::close in vendor/guzzlehttp/psr7/src/BufferStream.php
Closes the stream and any underlying resources.
FnStream::close in vendor/guzzlehttp/psr7/src/FnStream.php
Closes the stream and any underlying resources.
PumpStream::close in vendor/guzzlehttp/psr7/src/PumpStream.php
Closes the stream and any underlying resources.
Stream::close in vendor/guzzlehttp/psr7/src/Stream.php
Closes the stream and any underlying resources.

File

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

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function close() : void;

API Navigation

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