PS Funciones
PHP Manual

ps_fill

(PECL ps >= 1.1.0)

ps_fillFills the current path

Descripción

bool ps_fill ( resource $psdoc )

Fills the path constructed with previously called drawing functions like ps_lineto().

Parámetros

psdoc

Resource identifier of the postscript file as returned by ps_new().

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también


PS Funciones
PHP Manual