PHP Code:
print_r($EXIF) // the variable in which the collection was stored
Array (
[FILE] => Array (
[FileName] => IMG_0635.jpg,
[FileDateTime] => 1337977075,
[FileSize] => 1741374,
[FileType] => 2,
[MimeType] => image/jpeg,
[SectionsFound] => ANY_TAG, IFD0, THUMBNAIL, EXIF, GPS
)
[COMPUTED] => Array (
[html] => width="2592" height="1936",
[Height] => 1936,
[Width] => 2592,
[IsColor] => 1,
[ByteOrderMotorola] => 1,
[ApertureFNumber] => f/2.8,
[Thumbnail.FileType] => 2,
[Thumbnail.MimeType] => image/jpeg
)
[IFD0] => Array (
[Make] => Apple,
[Model] => iPhone 4,
[Orientation] => 6,
[XResolution] => 72/1,
[YResolution] => 72/1,
[ResolutionUnit] => 2,
[Software] => 4.3.3,
[DateTime] => 2011:07:17 06:51:56,
[YCbCrPositioning] => 1,
[Exif_IFD_Pointer] => 204,
[GPS_IFD_Pointer] => 574
)
[THUMBNAIL] => Array (
[Compression] => 6,
[XResolution] => 72/1,
[YResolution] => 72/1,
[ResolutionUnit] => 2,
[JPEGInterchangeFormat] => 870,
[JPEGInterchangeFormatLength] => 8847
)
[EXIF] => Array (
[ExposureTime] => 1/155,
[FNumber] => 14/5,
[ExposureProgram] => 2,
[ISOSpeedRatings] => 80,
[ExifVersion] => 0221,
[DateTimeOriginal] => 2011:07:17 06:51:56,
[DateTimeDigitized] => 2011:07:17 06:51:56,
[ComponentsConfiguration] => [ShutterSpeedValue] => 1251/172,
[ApertureValue] => 4281/1441,
[MeteringMode] => 3,
[Flash] => 0,
[FocalLength] => 77/20,
[FlashPixVersion] => 0100,
[ColorSpace] => 1,
[ExifImageWidth] => 2592,
[ExifImageLength] => 1936,
[SensingMethod] => 2,
[CustomRendered] => 3,
[ExposureMode] => 0,
[WhiteBalance] => 0,
[DigitalZoomRatio] => 323/225,
[SceneCaptureType] => 0
)
[GPS] => Array (
[GPSLatitudeRef] => N,
[GPSLatitude] => Array (
[0] => 49/1,
[1] => 1700/100,
[2] => 0/1
)
[GPSLongitudeRef] => W,
[GPSLongitude] => Array (
[0] => 123/1,
[1] => 625/100,
[2] => 0/1
)
[GPSAltitudeRef] => [GPSAltitude] => 15136/339,
[GPSTimeStamp] => Array (
[0] => 13/1,
[1] => 51/1,
[2] => 5631/1
)
[GPSImgDirectionRef] => T,
[GPSImgDirection] => 72277/234
)
)