PHP Dokumentation: Function httprequest-construct
12. Januar 2010 von werner
HttpRequest::__construct
(PECL pecl_http >= 0.10.0)
HttpRequest::__construct — HttpRequest constructor
Beschreibung
public void HttpRequest::__construct ([ string $url [, int $request_method = HTTP_METH_GET [, array $options ]]] )
Instantiate a new HttpRequest object.
Parameter-Liste
- url
the target request url
- request_method
the request method to use
- options
an associative array with request options
Fehler/Exceptions
Throws HttpException.