The ImagickDraw class
PHP 手册

ImagickDraw::push

(PECL imagick 2.0.0)

ImagickDraw::pushClones the current ImagickDraw and pushes it to the stack

说明

bool ImagickDraw::push ( void )
Warning

本函数暂无文档,仅有参数列表。

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.

返回值

如果成功则返回 TRUE,失败则返回 FALSE


The ImagickDraw class
PHP 手册