PHP Dokumentation: Function imagickpixel-destroy
12. Januar 2010 von werner
ImagickPixel::destroy
(PECL imagick 2.0.0)
ImagickPixel::destroy — Deallocates resources associated with this object
Beschreibung
bool ImagickPixel::destroy ( void )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
Deallocates any resources used by the ImagickPixel object, and unsets any associated color. The object should not be used after the destroy function has been called.
Rückgabewerte
Liefert TRUE bei Erfolg.