GD 和图像处理 函数
PHP Manual

imageaffinematrixget

(PHP 5 >= 5.5.0, PHP 7)

imageaffinematrixgetReturn an image containing the affine tramsformed src image, using an optional clipping area

说明

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

Warning

本函数还未编写文档,仅有参数列表。

参数

type

One of IMG_AFFINE_* constants.

options

返回值

Array with keys 0 to 5 and float values 或者在失败时返回 FALSE.


GD 和图像处理 函数
PHP Manual