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 are the different data types in javascript?
What is __ invoke in php?
How to call a php function from another php file?
What is crypt () in php?
What is php compared to html?
What are examples of independent and dependent variables?
What is isset function in php?
Explain the syntax for ‘foreach’ loop with example.
How do you access a get requests url parameter with php?
Why constructor is not overridden?
Explain mysql_errno()?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is difference between core php and framework?
Does php use html?
What is the best php framework 2018?