PHP Velho Oeste 2024

HttpRequest::__construct

(PECL pecl_http >= 0.10.0)

HttpRequest::__constructHttpRequest kurucusu

Açıklama

public void HttpRequest::__construct ([ string $url [, int $istek_yöntemi = HTTP_METH_GET [, array $seçenekler ]]] )

Yeni bir HttpRequest nesnesi örnekler.

Değiştirgeler

url

İstek yapılan hedef URL.

istek_yöntemi

Kullanılacak istek yöntemi.

seçenekler

İstek seçeneklerini içeren bir ilişkisel dizi

Hatalar/İstisnalar

HttpException istisnası yakalanır.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top