YoastSEO_Vendor\GuzzleHttp\Handler
CurlFactoryInterface::release() public Yoast 1.0
Release an easy handle, allowing it to be reused or closed.
This function must call unset on the easy handle's "handle" property.
{} Это метод класса: CurlFactoryInterface{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$CurlFactoryInterface = new CurlFactoryInterface(); $CurlFactoryInterface->release( \YoastSEO_Vendor\GuzzleHttp\Handler\EasyHandle $easy );
- $easy(EasyHandle) (обязательный)
Код CurlFactoryInterface::release() CurlFactoryInterface::release Yoast 15.6.2
public function release(\YoastSEO_Vendor\GuzzleHttp\Handler\EasyHandle $easy);