Forum und email

ImagickDraw::push

(No version information available, might be only in CVS)

ImagickDraw::push — Clones the current ImagickDraw and pushes it to the stack

Descrição

bool ImagickDraw::push ( void )
Aviso

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

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

Clones the current ImagickDraw to create a new ImagickDraw, which is then added to the ImagickDraw stack. The original drawing ImagickDraw(s) may be returned to by invoking pop(). The ImagickDraws are stored on a ImagickDraw stack. For every Pop there must have already been an equivalent Push.

Parâmetros

Valor Retornado

Returns true on success and false on failure.