PHP Class Horde_Image_Exif_Bundled, horde

See also: http://www.offsky.com/software/exif/index.php
Author: Jake Olefsky ([email protected])
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Image_Exif_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
getData ( mixed $image )
supportedCategories ( )

Méthodes protégées

Méthode Description
_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

Method Details

_formatData() protected méthode

protected _formatData ( $type, $tag, $intel, $data ) : unknown_type
$type
$tag
$intel
$data
Résultat unknown_type

_lookupTag() protected méthode

protected _lookupTag ( $tag ) : unknown_type
$tag
Résultat unknown_type

_lookupType() protected méthode

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

_readData() protected méthode

protected _readData ( mixed $path ) : array
$path mixed Filename -or- an open PHP stream.
Résultat array

_readEntry() protected méthode

protected _readEntry ( &$result, $in, $intel, $ifd_name, $globalOffset ) : unknown_type
$result
$in
$intel
$ifd_name
$globalOffset
Résultat unknown_type

getData() public méthode

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

supportedCategories() public méthode

public supportedCategories ( )