PHP Dokumentation: Function imagickdraw-push
12. Januar 2010 von werner
ImagickDraw::push
(PECL imagick 2.0.0)
ImagickDraw::push — Clones the current ImagickDraw and pushes it to the stack
Beschreibung
bool ImagickDraw::push ( void )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
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.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.