Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me what are the functions to be used to get the image’s properties (size, width and height)?

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

 130 views

More Questions for you: