Horde_Image_Exif_Parser_Gps
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() : mixed
- GPS Special data section
- _formatData() : mixed
- Formats Data for the data type
- _lookupTag() : string
- Looks up the name of the tag
- _lookupType() : array<string|int, mixed>
- Look up the data type.
- _rational() : mixed
- Formats a rational number
Methods
parse()
GPS Special data section
public
parse(mixed $block, mixed &$result, mixed $offset, mixed $seek, mixed $globalOffset) : mixed
Parameters
- $block : mixed
- $result : mixed
- $offset : mixed
- $seek : mixed
- $globalOffset : mixed
Tags
Return values
mixed —_formatData()
Formats Data for the data type
protected
_formatData(mixed $type, mixed $tag, mixed $intel, mixed $data) : mixed
Parameters
- $type : mixed
- $tag : mixed
- $intel : mixed
- $data : mixed
Return values
mixed —_lookupTag()
Looks up the name of the tag
protected
_lookupTag(unknown_type $tag) : string
Parameters
- $tag : unknown_type
Return values
string —_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.
_rational()
Formats a rational number
protected
_rational(mixed $data, mixed $intel) : mixed
Parameters
- $data : mixed
- $intel : mixed