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
Tell me what kind of things have you done on the social side?
How to delete a file from the system?
What are the php functions?
What does $globals means?
Is php used for frontend or backend?
How many types of arrays are there in php?
What is good average session duration?
What is difference between web service and api?
What is the special meaning of __sleep and __wakeup?
Why php is widely used?
Explain how is it possible to cast types in php?
Which is faster for or foreach php?
What is the function of trim?
How to specify argument default values?
Tell us what is the difference between session_unregister() and session_unset()?