Query: ps_show_xy
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SHOW_XY(3) 1 PS_SHOW_XY(3) ps_show_xy - Output text at given positionSYNOPSISbool ps_show_xy (resource $psdoc, string $text, float $x, float $y)DESCRIPTIONOutput a text at the given text position.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $text - The text to be output. o $x - x-coordinate of the lower left corner of the box surrounding the text. o $y - y-coordinate of the lower left corner of the box surrounding the text.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_continue_text(3), ps_show(3). PHP Documentation Group PS_SHOW_XY(3)
Related Man Pages |
---|
ps_add_locallink(3) - php |
ps_add_note(3) - php |
ps_add_pdflink(3) - php |
ps_place_image(3) - php |
ps_show_boxed(3) - php |