|
HaruPage::measureText(PECL haru >= 0.0.1) HaruPage::measureText — Calculate the number of characters which can be included within the specified width Описание
int HaruPage::measureText
( string $text
, float $width
[, bool $wordwrap = false
] )
Get the number of characters which can be included within the specified width. Список параметров
Возвращаемые значенияReturns the number of characters which can be included within the specified width. ОшибкиВызывает исключение HaruException при ошибке. Смотрите также
|
|