|
PHP5中文手册
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
] )
Returns the number of characters which can be included within the specified width. 参数
错误/异常Throws HaruException on error. |