Tell me what are the functions to be used to get the image's properties (size, width and height)?
Answer / Deepa Sinha
To get image properties in PHP, you can use getimagesize() or getimagesizefromstring(). These functions return an array containing information about the image including its width, height, and type.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the rules to determine the “truth” of any value which is not already of the boolean type?
Which programming language does php resemble?
How to get no of arguments passed to a PHP Function?
How to assigning a new character in a string using php?
How to find the position of the first occurrence of a substring in a string?
What is $_ get and $_ post in php?
What is a substring in php?
Does csrf token change?
What would occur if a fatal error was thrown in your php program?
Why is used in php?
How to delete cookie files on your computer?
•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?