Query: exif_tagname
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EXIF_TAGNAME(3) 1 EXIF_TAGNAME(3) exif_tagname - Get the header name for an indexSYNOPSISstring exif_tagname (int $index)DESCRIPTIONPARAMETERSo $index - The Tag ID for which a Tag Name will be looked up.RETURN VALUESReturns the header name, or FALSE if $index is not a defined EXIF tag id.EXAMPLESExample #1 exif_tagname(3) example <?php echo "256: ".exif_tagname(256).PHP_EOL; echo "257: ".exif_tagname(257).PHP_EOL; ?> The above example will output: 256: ImageWidth 257: ImageLengthSEE ALSOexif_imagetype(3), EXIF Specification, EXIF Tags. PHP Documentation Group EXIF_TAGNAME(3)
Related Man Pages |
---|
iconv(3) - php |
apc_inc(3) - php |
apc_exists(3) - php |
resourcebundle_get(3) - php |
socket_set_option(3) - php |
Similar Topics in the Unix Linux Community |
---|
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Don Cragun as Lead Moderator |