Reference to options found here.
http://www.php.net/manual/en/function.http-get.php
HttpRequest::__construct
(PECL pecl_http:0.10.0-1.4.1)
HttpRequest::__construct — HttpRequest constructor
Description
public void HttpRequest::__construct ( [string $url [, int $request_method = HTTP_METH_GET [, array $options]]] )Instantiate a new HttpRequest object.
Parameters
- url
the target request url
- request_method
the request method to use
- options
an associative array with request options
Errors/Exceptions
Throws HttpException.
HttpRequest::__construct
26-Feb-2007 09:04
