Skip to content

Instantly share code, notes, and snippets.

@avinash2
Created February 25, 2011 08:23
Show Gist options
  • Save avinash2/843521 to your computer and use it in GitHub Desktop.
Save avinash2/843521 to your computer and use it in GitHub Desktop.
<?php
$file = "img/15.jpeg";
$data = exif_read_data($file); // Returns a Multidimensional array containing image META information
print_r($data);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment