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
How to update memcached when you make changes to php?
What are the differences between echo and print?
Tell me what are the different types of errors in php?
How to convert strings to numbers in php?
How to repeat a string to a specific number of times in php?
What are traits?
What is api example?
How to receive a cookie from the browser?
What is inheritance in php? How many types of inheritance supports php?
Explain the difference between $message and $$message?
How cookies are transported from browsers to servers?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What is meant by ‘passing the variable by value and reference' in php?
Tell me what is the importance of "action" attribute in a html form?
Whether php supports microsoft sql server?