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

PHP Basic Tutorial

PHP Advanced Tutorial

PHP & MySQL

PHP Reference Manual

PHP imageaffinematrixget() function usage and examples

PHP Image Processing

imageaffinematrixget — Get the matrix.

Syntax

array imageaffinematrixget ( int $type[, mixed $options] )

parameter

  • typeIMG_AFFINE_* constants.

  • options

Return value

Returns an array (with keys from 0 to 5 and floating-point values, or return FALSE on failure.

PHP Image Processing