To change the request protocol use the option "protocol". The allowed values are:
* HTTP_VERSION_NONE (integer)
* HTTP_VERSION_1_0 (integer)
* HTTP_VERSION_1_1 (integer)
![]() |
|
||||||||||
|
http_getОписаниеstring http_get ( [string url [, array options [, array &info]]] )Performs an HTTP GET request on the supplied url. The second parameter, if set, is expected to be an associative array where the following options will be recognized:
Таблица 1. HTTP request options Список параметров
http_get
tjerk dot meesters at muvee dot com
13-Dec-2006 08:16
To change the request protocol use the option "protocol". The allowed values are:
tac at smokescreen dot org
10-Nov-2006 06:41
The hard work of parsing out the response is done in http_parse_message(). |