0 votes
in PHP by
What are the functions to be used to get the image's properties (size, width, and height)?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...