Imagick Image Library
PHP Manual

ImagickDraw::push

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

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

Description

bool ImagickDraw::push ( void )
Warning

This function is currently not documented; only the argument list is available.

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

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.

Parameters

Return Values

Returns true on success and false on failure.


Imagick Image Library
PHP Manual