Forum und email

HttpRequest::__construct

(PECL pecl_http:0.10.0-1.5.5)

HttpRequest::__construct — HttpRequest constructor

설명

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

Instantiate a new HttpRequest object.

매개변수

url

the target request url

request_method

the request method to use

options

an associative array with request options

오류/예외

Throws HttpException.