Imagick::getResourceLimit

(PECL imagick 2, PECL imagick 3)

Imagick::getResourceLimitReturns the specified resource limit

Descrição

publicstaticImagick::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/Exceções

Lança uma exceção ImagickException em caso de erro.

Veja Também

To Top