PHP 클래스 Exif\Location

저자: Bastian Allgeier ([email protected])
파일 보기 프로젝트 열기: getkirby/toolkit

보호된 프로퍼티들

프로퍼티 타입 설명
$lat latitude
$lng longitude

공개 메소드들

메소드 설명
__construct ( array $exif ) Constructor
__debuginfo ( ) : array Improved var_dump() output
__toString ( ) : string Echos the entire location as lat, lng
lat ( ) : float Returns the latitude
lng ( ) : float Returns the longitude
toArray ( ) : array Converts the object into a nicely readable array

보호된 메소드들

메소드 설명
gps ( string $coord, string $hemi ) : float Converts the gps coordinates
num ( string $part ) : float Converts coordinates to floats

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $exif )
$exif array The entire exif array

__debuginfo() 공개 메소드

Improved var_dump() output
public __debuginfo ( ) : array
리턴 array

__toString() 공개 메소드

Echos the entire location as lat, lng
public __toString ( ) : string
리턴 string

gps() 보호된 메소드

Converts the gps coordinates
protected gps ( string $coord, string $hemi ) : float
$coord string
$hemi string
리턴 float

lat() 공개 메소드

Returns the latitude
public lat ( ) : float
리턴 float

lng() 공개 메소드

Returns the longitude
public lng ( ) : float
리턴 float

num() 보호된 메소드

Converts coordinates to floats
protected num ( string $part ) : float
$part string
리턴 float

toArray() 공개 메소드

Converts the object into a nicely readable array
public toArray ( ) : array
리턴 array

프로퍼티 상세

$lat 보호되어 있는 프로퍼티

latitude
protected $lat

$lng 보호되어 있는 프로퍼티

longitude
protected $lng