(no description)
File Size: | 49 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DroppingStream:: (2 methods):
__construct()
write()
Class: DroppingStream - X-Ref
Stream decorator that begins dropping data once the size of the underlying__construct(StreamInterface $stream, int $maxLength) X-Ref |
param: StreamInterface $stream Underlying stream to decorate. param: int $maxLength Maximum size before dropping data. |
write($string) X-Ref |
No description |