JavaScript Editor Javascript debugger     Website design 


ImagickDraw::pushDefs

Indicates that following commands create named elements for early processing ()
bool ImagickDraw::pushDefs ( )

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.

Indicates that commands up to a terminating ImagickDraw::popDefs() command create named elements (e.g. clip-paths, textures, etc.) which may safely be processed earlier for the sake of efficiency.

Parameters

Return Values

No value is returned.