PHP不显示图像

时间:2013-09-30 16:53:31

标签: php image apache

我正在使用PHP和apache,出于某种原因图片拒绝显示!

PDF很好,没有错误。

请有人帮忙!

代码在这里:

    header('Content-Type: image/png');
    header("Cache-Control: no-cache, must-revalidate");
    header("Pragma: no-cache");
    header("Content-Length: ".filesize('image.png'));
    print file_get_contents('image.png');

由于某些原因,此图片不显示,但PDF会显示。

这两个文件具有完全相同的文件权限。

有人可以帮忙吗?

由于

安迪

0 个答案:

没有答案