���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/craftaro.to/includes/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php
���ѧ٧ѧ�
<?php declare(strict_types=1); namespace MaxMind\WebService\Http; /** * Class RequestFactory. * * @internal */ class RequestFactory { /** * Keep the cURL resource here, so that if there are multiple API requests * done the connection is kept alive, SSL resumption can be used * etcetera. * * @var \CurlHandle|null */ private $ch; public function __destruct() { if (!empty($this->ch)) { curl_close($this->ch); } } /** * @return \CurlHandle */ private function getCurlHandle() { if (empty($this->ch)) { $this->ch = curl_init(); } return $this->ch; } public function request(string $url, array $options): Request { $options['curlHandle'] = $this->getCurlHandle(); return new CurlRequest($url, $options); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�