Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LimitStream.php

function LimitStream::setLimit

Set the limit of bytes that the decorator allows to be read from the stream.

Parameters

int $limit Number of bytes to allow to be read from the stream.: Use -1 for no limit.

1 call to LimitStream::setLimit()
LimitStream::__construct in vendor/guzzlehttp/psr7/src/LimitStream.php

File

vendor/guzzlehttp/psr7/src/LimitStream.php, line 135

Class

LimitStream
Decorator used to return only a subset of a stream.

Namespace

GuzzleHttp\Psr7

Code

public function setLimit(int $limit) : void {
    $this->limit = $limit;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal