The Imagick class
PHP Manual

Imagick::getResourceLimit

(PECL imagick 2.0.0)

Imagick::getResourceLimitReturns the specified resource limit

说明

int Imagick::getResourceLimit ( int $type )
Warning

本函数还未编写文档,仅有参数列表。

Returns the specified resource limit in megabytes.

参数

type

Refer to the list of resourcetype constants.

返回值

Returns the specified resource limit in megabytes. Throw an ImagickException on error.


The Imagick class
PHP Manual