GoLang ps_stroke

request it (352)
GoLang replacement for PHP's ps_stroke [edit | history]



Do you know a GoLang replacement for PHP's ps_stroke? Write it!

PHP ps_stroke

PHP original manual for ps_stroke [ show | php.net ]

ps_stroke

(PECL ps >= 1.1.0)

ps_strokeDraws the current path

Description

bool ps_stroke ( resource $psdoc )

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

Parameters

psdoc

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

Return Values

Returns TRUE on success or FALSE on failure.

See Also