Gmagick
在线手册:中文 英文
PHP手册

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageOffsets an image

说明

public void Gmagick::rollimage ( int $x , int $y )

Offsets an image as defined by x and y.

参数

x

The x offset.

y

The y offset.

返回值

The Gmagick object on success

错误/异常

错误时抛出GmagickException.


Gmagick
在线手册:中文 英文
PHP手册