PHP 8.3.4 Released!

ps_show_xy

(PECL ps >= 1.1.0)

ps_show_xy指定された位置にテキストを出力する

説明

ps_show_xy(
    resource $psdoc,
    string $text,
    float $x,
    float $y
): bool

指定された位置にテキストを出力します。

パラメータ

psdoc

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

text

出力するテキスト。

x

テキストを囲むボックスの左下角の x 座標。

y

テキストを囲むボックスの左下角の y 座標。

戻り値

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

参考

add a note

User Contributed Notes

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