HaruPage::showText
(PECL haru >= 0.0.1)
HaruPage::showText — Print text at the current position of the page
Описание
HaruPage::showText
( string
$text
) : boolPrints out the text at the current position of the page.
Список параметров
-
text
-
The text to show.
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruPage::showTextNextLine() - Move the current position to the start of the next line and print the text
- HaruPage::textOut() - Print the text on the specified position