imageaffinematrixconcat

(PHP 5 >= 5.5.0)

imageaffinematrixconcatConcat two matrices (as in doing many ops in one go)

說明

array imageaffinematrixconcat ( array $m1 , array $m2 )

Warning

此函式目前沒有參考文件;只有引數列表。

參數

m1

Array with keys 0 to 5.

m2

Array with keys 0 to 5.

回傳值

Array with keys 0 to 5 and float values 或者在失敗時回傳 FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top