(PECL haru >= 0.0.1)
Print the text on the specified position
bool HaruPage::textOut ( float $x, float $y, string $text )
Prints the text on the specified position.
Parameters:
x
Prints the text on the specified position.
y
Prints the text on the specified position.
text
Prints the text on the specified position.
Returns:
Returns TRUE
on success.
Exception:
Throws a HaruException on error.
See also:
Please login to continue.