<?php
$url = 'http://toster.ru/';
print_r(get_headers($url, 1));
?>
Starting php
type 'h' or 'help' to see instructions & features
php> $url = 'http://toster.ru/';
php> print_r(get_headers($url, 1));
Array
(
[0] => HTTP/1.1 200 OK
[Server] => QRATOR
[Date] => Mon, 26 Jan 2015 09:14:30 GMT
[Content-Type] => text/html;charset=utf-8
[Connection] => close
[X-Powered-By] => PHP/5.5.11
[P3P] => CP="CAO DSP COR CURa ADMa DEVa PSAa PSDa IVAi IVDi CONi OUR OTRi IND PHY ONL UNI FIN COM NAV INT DEM STA"
)