PHP 8.3.4 Released!

ImagickPixel::destroy

(PECL imagick 2, PECL imagick 3)

ImagickPixel::destroyDeallocates resources associated with this object

Descrição

public ImagickPixel::destroy(): bool
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

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.

Valor Retornado

Retorna true em caso de sucesso.

add a note

User Contributed Notes

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