How can we get the properties (size, type, width, height) of
an image using PHP image functions?
Answer Posted / divyesh
getimagesize($size, $type, $width, $hieght);
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
When to use single quotes, double quotes, and backticks?
What is isset in php form?
What exactly is validating and sanitizing?
How is session id stored in browser?
What is the phpstorm?
What are hooks in php?
How to redirect a page in php?
What is the output of the following php code?
What is Gd PHP?
Tell me what is the difference between the functions strstr() and stristr()?
What is variable declaration?
What is return value in php?
Why die is used in php?
Explain me what is the use of 'print' in php?
What is the interface in php?