$url = 'http://www.webshopy.com';
$fp = fopen($url, 'r');
$meta_data = stream_get_meta_data($fp);
foreach ($meta_data['wrapper_data'] as $wd)
echo $wd . "<br />";
/*
run:
HTTP/1.0 200 OK
X-Powered-By: PHP/5.4.45
Content-Type: text/html
Content-Length: 7868
Date: Tue, 28 Jun 2016 14:32:38 GMT
Accept-Ranges: bytes
Server: LiteSpeed
Connection: close
*/