duanchun6148 2015-06-11 15:02
浏览 73

PHP的EXIF数据错误[重复]

This question already has an answer here:

I'm building a website that uses PHP to select all of the images from a folder to be displayed in a gallery. I also want the image alt tag to be the FileName of the photo's EXIF data - So I've developped this script:

<?php
$folder = 'cms/galleries/gallery-1/';
$filetype = '*.*';
$files = glob($folder.$filetype);
foreach ($files as $file)
{
    $filedata = exif_read_data($file[$i]);
    if(is_array($filedata) && isset($filedata['FileName'])){
        $filename = $filedata['FileName'];
    } else{
        $filename = explode('.', basename($file[$i]));
        $filename = $filename[0];
    }

    echo '<div class="photoHolder"><div class="photoCell"><a class="fancybox" rel="group" href="'.$file.'"><img class="photo" src="'.$file.'" alt="'.$filename.'"></a></div></div>';
}
?>

The problem is I'm getting this error:

Fatal error: Call to undefined function exif_read_data() in C:\AppServ\www\

I have no idea what this means so can anyone help me with this or ruggest a few minor edits to get this up and running?

</div>
  • 写回答

1条回答 默认 最新

  • dongwei9771 2015-06-11 15:26
    关注

    May be EXIF extension is not enabled. First enable it from php.ini file.

    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置