retrieve meta information from files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

retrieve meta information from files

Post by aneuryzma »

hi,

is possible to retrieve meta-data of my image files using php ?

For example I would like to retrieve the title of the image stored in the meta informations.

thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: retrieve meta information from files

Post by Christopher »

getimagesize(), but there is another new function that gives more information. Maybe see the GD docs.
(#10850)
Post Reply