- Place commas correct - Moved comments - Add space after if/foreach/catch - Reformat some conditions - Removed trailing spaces/tabs Change-Id: I40ccda72c418c4a33fcd675773cb08d971510cdb
11 lines
204 B
PHP
11 lines
204 B
PHP
<?php
|
|
|
|
$result = array( 'xmp-exif' =>
|
|
array(
|
|
'GPSAltitude' => -3.14159265301,
|
|
'GPSDOP' => '5/1',
|
|
'GPSLatitude' => 88.51805555,
|
|
'GPSLongitude' => -21.12356945,
|
|
'GPSVersionID' => '2.2.0.0'
|
|
)
|
|
);
|