Php/docs/imagick.getimagesize
来自菜鸟教程
Imagick::getImageSize
(PECL imagick 2, PECL imagick 3)
Imagick::getImageSize — Returns the image length in bytes
Warning 此函数在 Imagick 3.4.4 中被 废弃,强烈建议不要应用此函数。
说明
public Imagick::getImageSize ( ) : int
Returns the image length in bytes. Deprecated in favour of Imagick::getImageLength()
返回值
Returns an int containing the current image size.