GD and Image 函数
PHP 手册

imageaffine

(PHP 5 >= 5.5.0)

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

说明

resource imageaffine ( resource $image , array $affine [, array $clip ] )

Warning

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

参数

image

由图象创建函数(例如 imagecreatetruecolor())返回的图象资源。

affine

Array with keys 0 to 5.

clip

Array with keys "x", "y", "width" and "height".

返回值

Return affined image resource on success 或者在失败时返回 FALSE.


GD and Image 函数
PHP 手册