You are here

8 methods override StreamInterface::close() in Zircon Profile 8

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.
Stream::close in vendor/zendframework/zend-diactoros/src/Stream.php
Closes the stream and any underlying resources.
Stream::close in vendor/guzzlehttp/psr7/src/Stream.php
Closes the stream and any underlying resources.
Stream::close in vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Stream.php
Closes the stream and any underlying resources.