Imagick::clear

(PECL imagick 2, PECL imagick 3)

Imagick::clearClears all resources associated to Imagick object

说明

public Imagick::clear(): bool

Clears all resources associated to Imagick object

参数

此函数没有参数。

返回值

成功时返回 true

添加备注

用户贡献的备注 1 note

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