1.

What Php Image Functions Do You Use To Get The Properties Of An Image ?

Answer»

There are various php IMAGES functions that deals with images and you can use:

  • exif_imagetype() – To get the TYPE of the image
  • getimagesize() – To get the SIZE of the image
  • imagesx() – To get the WIDTH of the image
  • imagesy() – To get the height of the image

There are various php images functions that deals with images and you can use:



Discussion

No Comment Found