HaruPage
PHP 手册

HaruPage::getTransMatrix

(PECL haru >= 0.0.1)

HaruPage::getTransMatrixGet the current transformation matrix of the page

说明

array HaruPage::getTransMatrix ( void )

Get the current transformation matrix of the page.

参数

This function has no parameters.

返回值

Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y".

错误/异常

Throws HaruException on error.

参见


HaruPage
PHP 手册