Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17913 программистов и 1567 роботов. Сейчас ищут 985 программистов ...
HaruPage::createTextAnnotation - Create new HaruAnnotation instance
Вернуться к: HaruPage
HaruPage::createTextAnnotation
(PECL haru >= 0.0.1)
HaruPage::createTextAnnotation — Create new HaruAnnotation instance
Описание
object HaruPage::createTextAnnotation
( array
$rectangle
, string $text
[, object $encoder
] )Creates a new HaruAnnotation instance.
Список параметров
-
rectangle
-
An array with 4 coordinates of the annotation area.
-
text
-
The text to be displayed.
-
encoder
-
Optional HaruEncoder instance.
Возвращаемые значения
Returns a new HaruAnnotation instance.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruPage