Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DroppingStream.php
DroppingStream::$stream
@var StreamInterface
Type:
stream
File
vendor/
guzzlehttp/
psr7/
src/
DroppingStream.php
, line 21
Class
DroppingStream
Stream decorator that begins dropping data once the size of the underlying stream becomes too full.
Namespace
GuzzleHttp\Psr7
Code
private $stream;
RSS feed