HttpRequest
PHP Manual

HttpRequest::__construct

(PECL pecl_http >= 0.10.0)

HttpRequest::__constructHttpRequest のコンストラクタ

説明

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

新しい HttpRequest オブジェクトのインスタンスを作成します。

パラメータ

url

リクエスト対象の URL。

request_method

使用するリクエストメソッド。

options

リクエストオプションの連想配列。

エラー / 例外

HttpException をスローします。


HttpRequest
PHP Manual