PHP 8.4.6 Released!

Imagick::clear

(PECL imagick 2, PECL imagick 3)

Imagick::clearClears all resources associated to Imagick object

Description

public Imagick::clear(): bool

Clears all resources associated to Imagick object

Parameters

This function has no parameters.

Return Values

Returns true on success.

User Contributed Notes

kd0bpv at gmail dot com
11 years ago
Imagick::destroy() has been deprecated in favor of Imagick::clear().
To Top