Php/docs/imagick.getresourcelimit

来自菜鸟教程
跳转至:导航、​搜索

Imagick::getResourceLimit

(PECL imagick 2, PECL imagick 3)

Imagick::getResourceLimitReturns the specified resource limit


说明

public static Imagick::getResourceLimit ( int $type ) : int

Returns the specified resource limit.


参数

type
One of the resourcetype constants. The unit depends on the type of the resource being limited.


返回值

Returns the specified resource limit in megabytes.


错误/异常

错误时抛出 ImagickException。


参见