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
Is php front end?
Explain what does the unset() function means?
What are the difference between overloading and overriding in oops?
How to download and install php on windows?
Tell me how do I check if a given variable is empty?
What are the special characters you need to escape in single-quoted stings?
Tell me how is it possible to return a value from a function?
What is php and sql?
How a constant is defined in a php script?
What is the difference between $message and $$message in php?
What is pdo classes?
How to convert numbers to strings in php?
What is the static variable in function useful for?
Tell me what is the actually used php version?
What is cookies? How to create cookies in php?