How can we get the properties (size, type, width, height) of
an image using PHP image functions?
Answer Posted / ansar
exif_imagetype()- for getting type of the image
getimagesize() - for getting size of the image
imagesx - for width
imagesy - for height
| Is This Answer Correct ? | 32 Yes | 6 No |
Post New Answer View All Answers
Where sessions stored in PHP?
Is php outdated 2019?
How many open modes available when a file open in PHP?
What are static variables in php?
Which is variable cost?
What is a http session?
How to execute an sql query? How to fetch its result?
What u mean by query?
List few sensible functions in PHP?
Tell me what are the different types of errors in php?
What is framework in php for beginners?
How to get the number of characters in a string?
Is php faster than javascript?
What is the special meaning of __sleep and __wakeup?
What is session expiry?