Latest web development tutorials

PHP imageaffinematrixconcat - connecting two matrices

PHP Image Processing PHP Image Processing

imageaffinematrixconcat - connect the two matrices.

grammar

array imageaffinematrixconcat ( array $m1 , array $m2 )

parameter

  • m1 array, where the key figures of 0-5.
  • m2 array, where the key figures of 0-5.

return value

Success, returns an array (where the key figures 0-5) and a floating-point value, or on failure returns FALSE.

PHP Image Processing PHP Image Processing