PHP 클래스 Horde_Image_Exif_Exiftool, horde

저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Image_Exif_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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