You are here

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

AppendStream::__toString in vendor/guzzlehttp/psr7/src/AppendStream.php
Reads all data from the stream into a string, from the beginning to end.
BufferStream::__toString in vendor/guzzlehttp/psr7/src/BufferStream.php
Reads all data from the stream into a string, from the beginning to end.
FnStream::__toString in vendor/guzzlehttp/psr7/src/FnStream.php
Reads all data from the stream into a string, from the beginning to end.
PumpStream::__toString in vendor/guzzlehttp/psr7/src/PumpStream.php
Reads all data from the stream into a string, from the beginning to end.
RelativeStream::__toString in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Reads all data from the stream into a string, from the beginning to end.
Stream::__toString in vendor/zendframework/zend-diactoros/src/Stream.php
Reads all data from the stream into a string, from the beginning to end.
Stream::__toString in vendor/guzzlehttp/psr7/src/Stream.php
Reads all data from the stream into a string, from the beginning to end.
Stream::__toString in vendor/symfony/psr-http-message-bridge/Tests/Fixtures/Stream.php
Reads all data from the stream into a string, from the beginning to end.