HttpRequest::__construct

(PECL pecl_http >= 0.10.0)

HttpRequest::__constructHttpRequest constructor

Beskrivelse

public HttpRequest::__construct ([ string $url [, int $request_method = HTTP_METH_GET [, array $options ]]] )

Instantiate a new HttpRequest object.

Parametre

url

the target request url

request_method

the request method to use

options

an associative array with request options

Fejl/Undtagelser

Throws HttpException.

add a note add a note

User Contributed Notes

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