English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

PHP Basic Tutorial

PHP Advanced Tutorial

PHP & MySQL

PHP Reference Manual

PHP imageaffinematrixconcat() function usage and example

PHP Image Processing

imageaffinematrixconcat — Concatenates two matrices.

Syntax

array imageaffinematrixconcat ( array $m1 , array $m2 )

Parameter

  • m1Array, where the keys are from 0 to 5 to the number.

  • m2Array, where the keys are from 0 to 5 to the number.

Return value

If successful, it returns an array (where the keys are from 0 to 5 and floating-point values, or return FALSE upon failure.

PHP Image Processing