php8.5
Home/ Manual/ ps / functions/ ps_closepath_stroke

ps_closepath_stroke

PHP function Edit on GitHub ✎

(PECL ps >= 1.1.0)

Closes and strokes path

Description

ps_closepath_stroke(resource $psdoc): bool

Connects the last point with first point of a path and draws the resulting closed line.

Parameters

psdoc

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

Return Values

Success

See Also

Source: reference/ps/functions/ps-closepath-stroke.xml · from the official PHP manual (php/doc-en)