PHP Класс Horde_Image_Exif_Exiftool, horde

Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Horde_Image_Exif_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_exiftool string Path to exiftool binary

Открытые методы

Метод Описание
__construct ( $params )
getData ( string $image ) : array Get the image's EXIF data.
supportedCategories ( )

Защищенные методы

Метод Описание
_execute ( string $command ) : mixed Executes a exiftool command.

Описание методов

__construct() публичный Метод

public __construct ( $params )

_execute() защищенный Метод

Executes a exiftool command.
protected _execute ( string $command ) : mixed
$command string The command to run
Результат mixed The result of the command.

getData() публичный Метод

Get the image's EXIF data.
public getData ( string $image ) : array
$image string The path to an image.
Результат array The exif data.

supportedCategories() публичный Метод

public supportedCategories ( )

Описание свойств

$_exiftool защищенное свойство

Path to exiftool binary
protected string $_exiftool
Результат string