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
Can we set session value in javascript?
In php, objects are they passed by value or by reference?
How long will it take to learn php?
How to initiate a session in php?
How to move uploaded files to permanent directory?
Write a statement to show the joining of multiple comparisons in php?
How can I make a script that can be bilingual (supports english, german)?
How is traits used in php?
Is php a strongly typed language?
What are different types of errors available in Php?
Is a number php?
Tell me what is the use of "enctype" attribute in a html form?
How to delete cookie files on your computer?
What is the use of print_r function in php?
Is numeric in php?