PHP 8.3.4 Released!

ps_end_template

(PECL ps >= 1.2.0)

ps_end_templateテンプレートを終了する

説明

ps_end_template(resource $psdoc): bool

ps_begin_template() によって開始したテンプレートを終了します。 テンプレートが終了すると、それを画像のように使用できるようになります。

パラメータ

psdoc

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

戻り値

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

参考

add a note

User Contributed Notes

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