Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18591 программист и 1743 робота. Сейчас ищут 1240 программистов ...
HaruPage::showText - Print text at the current position of the page
Вернуться к: HaruPage
HaruPage::showText
(PECL haru >= 0.0.1)
HaruPage::showText — Print text at the current position of the page
Описание
bool HaruPage::showText
( string
$text
)Prints 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
Вернуться к: HaruPage