PHP |想象一下 getImageHeight()函数
Imagick::getImageHeight()函数是PHP中的一个内置函数,用于获取图像的高度。
句法:
int Imagick::getImageHeight( void )
参数:此函数不接受任何参数。
返回值:此函数以像素为单位返回图像高度。
原图:
下面的程序说明了PHP中的Imagick::getImageHeight()函数:
程序:
getImageHeight();
// Display the height of image
print_r($height);
?>
输出:
184
相关文章:
- PHP |想象一下 getImageGamma()函数
- PHP |想象一下 getImageColorspace()函数
参考: http: PHP。 PHP