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 — インデックスに対応するヘッダ名を取得する
説明
string exif_tagname
( string $index
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
- index
-
画像のインデックス。
返り値
ヘッダ名を返します。もし index が未定義の場合は FALSE を返します。 undefined.
exif_tagname
djmaze@moocms
22-Feb-2008 05:23
22-Feb-2008 05:23
