imageaffinematrixconcat

(PHP 5 >= 5.5.0, PHP 7)

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

Опис

array imageaffinematrixconcat ( array $m1 , array $m2 )

Увага

This function is currently not documented; only its argument list is available.

Параметри

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