PHP funkce get_headers()
Dostupnost ve verzích: PHP 5.0
Fetches all the headers sent by the server in response to a HTTP request
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$url |
string |
není | The target URL. |
$format |
int |
null, | If the optional format parameter is set to non-zero, get_headers parses the response and sets the array's keys. |
$context |
resource |
není |
Návratové hodnoty
array
an indexed or associative array with the headers, or false on failure.