Get Width and Height of Image using PHP January 4, 2021 PHP 0 Comments 358 Views getimagesize function <?php [$width, $height] = getimagesize('test.jpg'); echo $width.' '.$height;
Leave a Comment
Cancel reply