PHP 8.3.4 Released!

ps_closepath_stroke

(PECL ps >= 1.1.0)

ps_closepath_strokeパスを閉じ、描画する

説明

ps_closepath_stroke(resource $psdoc): bool

パスの終了点を開始点とつなげ、出来上がった線を描画します。

パラメータ

psdoc

ps_new() が返す、postscript ファイルのリソース ID。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top