exif_tagname(3) php man page | unix.com

Man Page: exif_tagname

Operating Environment: php

Section: 3

EXIF_TAGNAME(3) 							 1							   EXIF_TAGNAME(3)

exif_tagname - Get the header name for an index

SYNOPSIS
string exif_tagname (int $index)
DESCRIPTION
PARAMETERS
o $index - The Tag ID for which a Tag Name will be looked up.
RETURN VALUES
Returns the header name, or FALSE if $index is not a defined EXIF tag id.
EXAMPLES
Example #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: ImageLength
SEE ALSO
exif_imagetype(3), EXIF Specification, EXIF Tags. PHP Documentation Group EXIF_TAGNAME(3)
Related Man Pages
set_magic_quotes_runtime(3) - php
dirname(3) - php
func_get_arg(3) - php
apc_dec(3) - php
resourcebundle_get(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation