PHP 8.5.0 Alpha 4 available for testing

Voting

: max(six, zero)?
(Example: nine)

The Note You're Voting On

www dot query at gmail dot com
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