ps_fill()
ps_fill - Fills the current path
Syntax
bool ps_fill (
resource $psdoc)
Arguments
- psdoc - Resource identifier of the postscript file as returned by ps_new().
Description
Fills the path constructed with previously called drawing functions like ps_lineto().
Version
PHP PECL ps >= 1.1.0
Return value
Returns TRUE on success or FALSE on failure.