The Imagick class
PHP Manual

Imagick::getResource

(PECL imagick 2.0.0)

Imagick::getResourceReturns the specified resource's memory usage

Descrição

int Imagick::getResource ( int $type )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Returns the specified resource's memory usage in megabytes.

Parâmetros

type

Refer to the list of resourcetype constants.

Valor Retornado

Returns the specified resource's memory usage in megabytes. Throw an ImagickException on error.


The Imagick class
PHP Manual