EXIF Title Tag in PHP with with exif_read_data()
问题 I have some struggles to get the "Title" tag from a jpg file with PHP. I guess I'm looking through the wrong EXIF Group. I'm using following code $exif = exif_read_data( $image['temp_name'], 0, true); $exif_description = $exif['IFD0']['ImageDescription']; $exif_title = $exif['WINXP']['Title']; $exif_iso = $exif['EXIF']['ISOSpeedRatings']; I looked through some spec lists of EXIF tags, but I always come up with XPTitle as the title. I'm not using Windows. It's hard to believe that its the only