|
ps_show(PECL ps >= 1.1.0) ps_show — Output text Описание
bool ps_show
( resource $psdoc
, string $text
)
Output a text at the current text position. The text position can be set by storing the x and y coordinates into the values textx and texty with the function ps_set_value(). The function will issue an error if a font was not set before with ps_setfont(). ps_show() evaluates the following parameters and values as set by ps_set_parameter() and ps_set_value().
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Смотрите также
|
|