ps_end_pattern()
ps_end_pattern - End a pattern
Syntax
bool ps_end_pattern (
resource $psdoc)
Arguments
- psdoc - Resource identifier of the postscript file as returned by ps_new().
Description
Ends a pattern which was started with ps_begin_pattern(). Once a pattern has been ended, it can be used like a color to fill areas.
Version
PHP PECL ps >= 1.2.0
Return value
Returns TRUE on success or FALSE on failure.