WOOF_EXIF
Represents EXIF (EXchangable Image file Format) photographic information about an image, if available.
Example: Obtaining a WOOF_EXIF object
Property Methods
-
Runs the specified of the property of the EXIF data through a date formatting function.The format string uses the same format as the PHP date function, with the same token extensions supported by the date_format.
-
A useful method to check if the EXIF data has a value for the given property key.
-
Retrieves the date that the photo was taken, formatted using the given format string.The format string uses the same format as the PHP date function, with the same token extensions supported by the date_format.
Utility
-
Runs the specified of the property of the EXIF data through a date formatting function.The format string uses the same format as the PHP date function, with the same token extensions supported by the date_format.
-
Retrieves all of the EXIF data contained in the image file in an HTML table string.
-
Runs the specified of the property of the EXIF data through a date formatting function.The format string uses the same format as the PHP date function, with the same token extensions supported by the date_format.
-
Retrieves all of the EXIF data contained in the image file in an HTML table string.
-
Retrieves a table row for a single EXIF key and value.
-
A useful method to check if the EXIF data has a value for the given property key.
-
Retrieves the date that the photo was taken, formatted using the given format string.The format string uses the same format as the PHP date function, with the same token extensions supported by the date_format.