How can we get the properties (size, type, width, height) of
an image using PHP image functions?
Answer Posted / arvind sharma
we can use getimagesize() function which will rtun the array
of its dimension.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why constructor is not overridden?
Is php a low level language?
Explain me what is the use of 'print' in php?
How to check your php installation?
How to enable cURL in PHP?
Can php run without apache?
How to check curl is enabled or not in PHP
What is the difference between associative array and indexed array?
Tell me can the value of a constant change during the script's execution?
How to do single and multi line comment in php?
Which is better php or wordpress?
How can I find my php version?
Can we run php on tomcat server?
Tell me what is the use of mysql_real_escape_string() function?
how to use http headers inside php? Write the statement through which it can be added?