Home »

What are the functions to be used to get the image’s properties (size, width and height)?

Question ListCategory: PHPWhat are the functions to be used to get the image’s properties (size, width and height)?
jeanderson295 author asked 9 years ago
1 Answers
jamessmith05 author answered 8 years ago

The functions are getimagesize() for size, imagesx() for width and imagesy() for height.

Please login or Register to Submit Answer