Imagick::getResourceLimit

(PECL imagick 2.0.0)

Imagick::getResourceLimitReturns the specified resource limit

Descrição

Imagick::getResourceLimit ( int $type ) : int

Returns the specified resource limit.

Parâmetros

type

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

Valor Retornado

Returns the specified resource limit in megabytes.

Erros

Lança ImagickException em caso de erro.

Veja Também