[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/streams/src/ -> DroppingStream.php (summary)

(no description)

File Size: 42 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DroppingStream:: (2 methods):
  __construct()
  write()


Class: DroppingStream  - X-Ref

Stream decorator that begins dropping data once the size of the underlying
stream becomes too full.

__construct(StreamInterface $stream, $maxLength)   X-Ref

param: StreamInterface $stream    Underlying stream to decorate.
param: int             $maxLength Maximum size before dropping data.

write($string)   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1