PHP 8.4.0 RC4 available for testing

ps_continue_text

(PECL ps >= 1.1.0)

ps_continue_textContinue text in next line

Descrição

ps_continue_text(resource $psdoc, string $text): bool

Output a text one line below the last line. The line spacing is taken from the value "leading" which must be set with ps_set_value(). The actual position of the text is determined by the values "textx" and "texty" which can be requested with ps_get_value()

Parâmetros

psdoc

Resource identifier of the postscript file as returned by ps_new().

text

The text to output.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top