ImagickDraw::pop


wizard apg

DESTROYS the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw.



<?php

bool 
public ImagickDraw::pop();

?>

 


This funcion has no parameters.





This function destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw. Multiple ImagickDraws may exist.

It is an error to attempt to pop more ImagickDraws than have been pushed, and it is proper form to pop all ImagickDraws which have been pushed.





This function returns a TRUE on success.



  1 EXERCISE   

<?php

// continues on the next page...

?>