PHP » GoLang |
login |
register |
about
|
GoLang ps_set_text_pos
request it (432)
GoLang replacement for PHP's ps_set_text_pos
[edit | history]
ps_set_text_pos(PECL ps >= 1.1.0) ps_set_text_pos — Sets position for text output Description
bool ps_set_text_pos
( resource
$psdoc
, float $x
, float $y
)Set the position for the next text output. You may alternatively set the x and y value separately by calling ps_set_value() and choosing textx respectively texty as the value name. If you want to output text at a certain position it is more convenient to use ps_show_xy() instead of setting the text position and calling ps_show(). Parameters
Return Values
Returns Examples
Example #1 Placing text at a given position
<?php |
more
Recently updated
more
Most requested
more
Last requests
|