Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LimitStream.php
LimitStream::$limit
@var int Limit the number of bytes that can be read
Type:
limit
File
vendor/
guzzlehttp/
psr7/
src/
LimitStream.php
, line 20
Class
LimitStream
Decorator used to return only a subset of a stream.
Namespace
GuzzleHttp\Psr7
Code
private $limit;
RSS feed