How to get image's properties like height, width etc in PHP?

How to get image’s properties like height, width etc in PHP?

For such activities, we can use getimagesize() function to get the exact size of the desired image.