Imagick::getResource

(PECL imagick 2, PECL imagick 3)

Imagick::getResourceReturns the specified resource's memory usage

Descrierea

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

Returns the specified resource's memory usage in megabytes.

Parametri

type

Refer to the list of resourcetype constants.

Valorile întoarse

Returns the specified resource's memory usage in megabytes.

Erori/Excepții

Emite ImagickException în caz de eroare.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top