PHP Doku:: Deallocates resources associated with this object - function.imagickpixel-destroy.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The ImagickPixel classImagickPixel::destroy

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickPixel class

<<ImagickPixel::__construct

ImagickPixel::getColor>>

ImagickPixel::destroy

(PECL imagick 2.0.0)

ImagickPixel::destroyDeallocates resources associated with this object

Beschreibung

bool ImagickPixel::destroy ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfü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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)