YoastSEO_Vendor\GuzzleHttp\Handler
CurlFactoryInterface::create() public Yoast 1.0
Creates a cURL handle resource.
{} Это метод класса: CurlFactoryInterface{}
Хуков нет.
Возвращает
EasyHandle.
Использование
$CurlFactoryInterface = new CurlFactoryInterface(); $CurlFactoryInterface->create( \YoastSEO_Vendor\Psr\Http\Message\RequestInterface $request, $options );
- $request(Requestчислоerface) (обязательный)
- Request
- $options(массив) (обязательный)
- Transfer options
Код CurlFactoryInterface::create() CurlFactoryInterface::create Yoast 15.7
public function create(\YoastSEO_Vendor\Psr\Http\Message\RequestInterface $request, array $options);