Feb 08
There is a variable $http_response_header
It contains the header reply information from the server…
$var = file_get_contents($url);
var_dump($http_response_header);
This really helped me figure out some problems when trying to cache google charts.

February 9th, 2011 at 3:57 pm
Thanks for making the effort to describe the terminlogy to the noobs!