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