Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
exif_tagname
(PHP 4 >= 4.2.0, PHP 5)
exif_tagname — Get the header name for an index
Описание
string exif_tagname ( int $index )Список параметров
index -
The Tag ID for which a Tag Name will be looked up.
Возвращаемые значения
Returns the header name, or FALSE if index is not a defined EXIF tag id.
Примеры
Пример #1 exif_tagname() example
echo "256: ".exif_tagname(256).PHP_EOL;
echo "257: ".exif_tagname(257).PHP_EOL;
Результат выполнения данного примера:
256: ImageWidth 257: ImageLength
Смотрите также
- exif_imagetype() - Determine the type of an image
- » EXIF Specification
- » EXIF Tags
Описание на ru2.php.net
Описание на php.ru