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
What is a query in a database?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How to get ip address of clients machine?
Where is session value stored php?
Is php coding easy?
What is php7?
What is call by reference in php?
How variables are passed through arguments?
What is helper function?
What is the use of htmlentities in php?
What is the use of ajax in php?
What is the role of the .htaccess file in php?
What are differences between PECL and PEAR?
What is php explain how php works?
Describe the security vulnerability of PHP?