= 1.1.0)ps_closepath — Closes path說明ps_closepath(resource $psdoc): boolConnects the last point with the first point of a path. T">

ps_closepath

(PECL ps >= 1.1.0)

ps_closepathCloses path

說明

ps_closepath(resource $psdoc): bool

Connects the last point with the first point of a path. The resulting path can be used for stroking, filling, clipping, etc..

參數(shù)

psdoc

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

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

參見