You are here

public function StreamInterface::close in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::close()

Closes the stream and any underlying resources.

Return value

void

8 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.
RelativeStream::close in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Closes the stream and any underlying resources.

... See full list

File

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

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function close();