Image files come with description properties like title, subject and keyword (summary tab). How do I “get” these properties in PHP? is there a function that allows me to the same in Javascript?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the
exif_read_data()function within PHP.Here is the official PHP documentation, and here’s an example of it in use.