Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16235 программистов и 1779 роботов. Сейчас ищут 1762 программиста ...
HaruPage::textOut - Print the text on the specified position
Вернуться к: HaruPage
HaruPage::textOut
(PECL haru >= 0.0.1)
HaruPage::textOut — Print the text on the specified position
Описание
bool HaruPage::textOut
( float
$x
, float $y
, string $text
)Prints the text on the specified position.
Список параметров
-
x
-
-
y
-
-
text
-
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruPage::showTextNextLine() - Move the current position to the start of the next line and print the text
- HaruPage::showText() - Print text at the current position of the page
Вернуться к: HaruPage