Readfile图像不适用于PHP

时间:2014-11-28 13:18:12

标签: php image header content-type readfile

我有以下PHP代码来加载图片

header('Content-Type: image/'.$contentFormat);
header('Content-Length: '. filesize($image));
readfile($image);

当我在控制台中请求url时,我得到了bellow标题响应

HTTP/1.1 200 OK
Date: Fri, 28 Nov 2014 13:13:59 GMT
Content-Type: image/jpeg
Content-Length: 107885
Connection: keep-alive
Keep-Alive: timeout=30
Server: Apache/2
X-Powered-By: PHP/5.3.13
Set-Cookie: PHPSESSID=617a3a6eba912178f810f10cc5d171f3; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Accept-Ranges: bytes
Age: 0


ÿØÿà

包括ÿØÿà

可能是什么问题?我在我的所有php文件中搜索了空格。我可以搜索空白的任何猜测或建议

0 个答案:

没有答案