PHP 8.3.4 Released!

ps_show_xy2

(PECL ps >= 1.1.0)

ps_show_xy2Output text at position

Description

ps_show_xy2(
    resource $psdoc,
    string $text,
    int $len,
    float $xcoor,
    float $ycoor
): bool

Warning

This function is currently not documented; only its argument list is available.

Return Values

Returns true on success or false on failure.

add a note

User Contributed Notes

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