public function StreamInterface::__toString

Convert the stream to a string if the stream is readable and the stream is seekable.

Return value

string

2 methods override StreamInterface::__toString()
AbstractEntityBodyDecorator::__toString in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Convert the stream to a string if the stream is readable and the stream is seekable.
Stream::__toString in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Convert the stream to a string if the stream is readable and the stream is seekable.

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 15

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function __toString();