\Horde_Image_Exif_Parser_Fujifilm

Class for dealing with Exif data using a bundled PHP library based on the Exifer code written by and Copyright 2003 Jake Olefsky

Summary

Methods
Properties
Constants
parse()
No public properties found
No constants found
_lookupType()
_lookupTag()
_formatData()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

parse()

parse(  $block,   $result) : \unknown_type

Parameters

$block
$result

Returns

\unknown_type

_lookupType()

_lookupType(  $type) : array

Look up the data type.

Parameters

$type

Returns

array —

An array containing the string type name in the 0 index and the integer size in the 1 index.

_lookupTag()

_lookupTag(  $tag) 

Looks up the name of the tag for the MakerNote (Depends on Manufacturer)

Parameters

$tag

_formatData()

_formatData(  $type,   $tag,   $intel,   $data) : \unknown_type

Parameters

$type
$tag
$intel
$data

Returns

\unknown_type