Page 1 of 1

retrieve meta information from files

Posted: Sun Aug 09, 2009 8:22 pm
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

Re: retrieve meta information from files

Posted: Sun Aug 09, 2009 9:26 pm
by Christopher
getimagesize(), but there is another new function that gives more information. Maybe see the GD docs.