You are here

public function CurlFactory::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php \GuzzleHttp\Handler\CurlFactory::__construct()

Parameters

int $maxHandles Maximum number of idle handles.:

File

vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php, line 27

Class

CurlFactory
Creates curl resources from a request

Namespace

GuzzleHttp\Handler

Code

public function __construct($maxHandles) {
  $this->maxHandles = $maxHandles;
}