PHP.nl

exif_tagname

exif_tagname

Get the header name for an index

 **exif_tagname** int $index

indexThe Tag ID for which a Tag Name will be looked up.

Returns the header name, or false if is not a defined EXIF tag id. index

Voorbeeld: example

<?php
echo "256: ".exif_tagname(256).PHP_EOL;
echo "257: ".exif_tagname(257).PHP_EOL;
?>
256: ImageWidth
257: ImageLength

exif_imagetypeEXIF SpecificationEXIF Tags