Php/docs/imagick.getresource

From Get docs

Imagick::getResource

(PECL imagick 2, PECL imagick 3)

Imagick::getResourceReturns the specified resource's memory usage


Description

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

Returns the specified resource's memory usage in megabytes.


Parameters

type
Refer to the list of resourcetype constants.


Return Values

Returns the specified resource's memory usage in megabytes.


Errors/Exceptions

Throws ImagickException on error.