PHP 8.5.0 Alpha 2 available for testing

ps_show_xy2

(PECL ps >= 1.1.0)

ps_show_xy2Imprimir texto en una posición

Descripción

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

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

add a note

User Contributed Notes

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