Searched refs:curlExecutionTimeout (Results 1 – 3 of 3) sorted by relevance
40 if ($this->mpdf->curlExecutionTimeout) {41 curl_setopt($ch, CURLOPT_TIMEOUT, $this->mpdf->curlExecutionTimeout);
677 var $curlExecutionTimeout; variable in Mpdf\\Mpdf
31 * Added `curlExecutionTimeout` configuration variable allowing to `CURLOPT_TIMEOUT` when fetching r…