(JPG/PNG format; one image url per line)
"456460" bytes # content_type => "image/jpeg" # http_code => 200 (okay) /* echo "
";
var_dump($httpinfo);
echo "
"; */ if (intval($http_info['http_code']) == 200) { echo $http_info['download_content_length'] . " bytes were fetched."; } #var_dump($httpcode); ?>