February 2013
Intermediate to advanced
538 pages
20h 55m
English
get_headers
array get_headers(stringurl[, intformat])
Returns an array of headers that are sent by the remote server
for the page given in url. If
format is 0 or not set, the headers are returned in a
simple array, with each entry in the array corresponding to a single
header. If format is set and is
1, an associative array is returned
with keys and values corresponding to the header fields.
Read now
Unlock full access