Usage: exif_tagname(0x5001)
A list of all supported index numbers is in the exif.c: tag_table_IFD
http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?view=markup
As you can see, it doesn't support them all!
exif_tagname
(PHP 4 >= 4.2.0, PHP 5)
exif_tagname — Get the header name for an index
Popis
string exif_tagname ( string $index )Varování
Tato funkce ještě není zdokumentována, k dispozici je pouze seznam argumentů.
Seznam parametrů
- index
The image index
Návratové hodnoty
Returns the header name, or FALSE if index is undefined.
Viz také
| exif_imagetype() |
exif_tagname
djmaze@moocms
22-Feb-2008 05:23
22-Feb-2008 05:23
