public function CurlFactory::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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\HandlerCode
public function __construct($maxHandles) {
$this->maxHandles = $maxHandles;
}