Imagick::current

(PECL imagick 2, PECL imagick 3)

Imagick::currentReturns a reference to the current Imagick object

说明

public Imagick::current(): Imagick

Returns reference to the current imagick object with image pointer at the correct sequence.

参数

此函数没有参数。

返回值

Returns self on success.

错误/异常

错误时抛出 ImagickException。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top