|
PHP5中文手册
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
] )
Prints the text inside the specified region. 参数
返回值Returns TRUE on success. 错误/异常Throws HaruException on error. |