Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
get_headers
Popis
array get_headers ( string url [, int format] )get_headers() returns an array with the headers sent by the server in response to a HTTP request.
Seznam parametrů
url
The target URL.
format
If the optional
format
parameter is set to 1, get_headers() parses the response and sets the array's keys.
ChangeLog (záznam změn)
Verze | Popis |
---|---|
5.1.3 | This function now uses the default stream context, which can be set/changed with the stream_context_get_default() function. |
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
base64_encode | Nahoru |