Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 39808 программистов и 2587 роботов. Сейчас ищут 822 программиста ...
HaruPage::textRect - Print the text inside the specified region
Вернуться к: HaruPage
HaruPage::textRect
(PECL haru >= 0.0.1)
HaruPage::textRect — Print the text inside the specified region
Описание
bool HaruPage::textRect
( float
$left
, float $top
, float $right
, float $bottom
, string $text
[, int $align = HaruPage::TALIGN_LEFT
] )Prints the text inside the specified region.
Список параметров
-
left -
Left border of the text area.
-
top -
Top border of the text area.
-
right -
Right border of the text area.
-
bottom -
Lower border of the text area.
-
text -
The text to print.
-
align -
Text alignment. Must be one of the following values:
-
HaruPage::TALIGN_LEFT -
HaruPage::TALIGN_RIGHT -
HaruPage::TALIGN_CENTER -
HaruPage::TALIGN_JUSTIFY
-
Возвращаемые значения
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::textOut() - Print the text on the specified position
Вернуться к: HaruPage