PHP 클래스 Horde_Image_Exif_Bundled, horde

또한 보기: http://www.offsky.com/software/exif/index.php
저자: Jake Olefsky ([email protected])
저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Image_Exif_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
getData ( mixed $image )
supportedCategories ( )

보호된 메소드들

메소드 설명
_formatData ( $type, $tag, $intel, $data ) : unknown_type
_lookupTag ( $tag ) : unknown_type
_lookupType ( $type ) : array Look up the data type.
_readData ( mixed $path ) : array
_readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type

메소드 상세

_formatData() 보호된 메소드

protected _formatData ( $type, $tag, $intel, $data ) : unknown_type
$type
$tag
$intel
$data
리턴 unknown_type

_lookupTag() 보호된 메소드

protected _lookupTag ( $tag ) : unknown_type
$tag
리턴 unknown_type

_lookupType() 보호된 메소드

Look up the data type.
protected _lookupType ( $type ) : array
리턴 array An array containing the string type name in the 0 index and the integer size in the 1 index.

_readData() 보호된 메소드

protected _readData ( mixed $path ) : array
$path mixed Filename -or- an open PHP stream.
리턴 array

_readEntry() 보호된 메소드

protected _readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type
$result
$in
$intel
$ifd_name
$globalOffset
리턴 unknown_type

getData() 공개 메소드

public getData ( mixed $image )
$image mixed Filename -or- an open PHP stream (@since 2.2.0).

supportedCategories() 공개 메소드

public supportedCategories ( )