repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move ResultWrapper subclasses to Rdbms
[mediawiki.git]
/
tests
/
phpunit
/
data
/
xmp
/
gps.result.php
blob
6bc35f53690a29a92bec8baef8bdb35bb1681492
1
<
?php
2
3
$result
= [
'xmp-exif'
=>
4
[
5
'GPSAltitude'
=> -
3.14159265301
,
6
'GPSDOP'
=>
'5/1'
,
7
'GPSLatitude'
=>
88.51805555
,
8
'GPSLongitude'
=> -
21.12356945
,
9
'GPSVersionID'
=>
'2.2.0.0'
10
]
11
];