Horde_Image_Exif_Parser_Fujifilm
extends Horde_Image_Exif_Parser_Base
in package
Class for dealing with Exif data using a bundled PHP library based on the Exifer code written by and Copyright 2003 Jake Olefsky
Tags
Table of Contents
- parse() : unknown_type
- _formatData() : unknown_type
- _lookupTag() : mixed
- Looks up the name of the tag for the MakerNote (Depends on Manufacturer)
- _lookupType() : array<string|int, mixed>
- Look up the data type.
Methods
parse()
public
parse( $block, &$result) : unknown_type
Parameters
Return values
unknown_type —_formatData()
protected
_formatData( $type, $tag, $intel, $data) : unknown_type
Parameters
Return values
unknown_type —_lookupTag()
Looks up the name of the tag for the MakerNote (Depends on Manufacturer)
protected
_lookupTag(mixed $tag) : mixed
Parameters
- $tag : mixed
Return values
mixed —_lookupType()
Look up the data type.
protected
_lookupType(mixed $type) : array<string|int, mixed>
Parameters
- $type : mixed
Return values
array<string|int, mixed> —An array containing the string type name in the 0 index and the integer size in the 1 index.