ConFoo Montreal 2026: Call for Papers

Voting

: min(five, eight)?
(Example: nine)

The Note You're Voting On

Paul Janik
13 years ago
To access a photograph's EXIF data, an alternative method is the normal PHP Exif function.

<?php

$exif_data
= exif_read_data($pic1);
$edate = $exif_data['DateTime'];

?>

See: http://php.net/manual/en/book.exif.php

<< Back to user notes page

To Top