Gmagick::setimageindex

(PECL gmagick >= Unknown)

Gmagick::setimageindexSet the iterator to the position in the image list specified with the index parameter

설명

public Gmagick Gmagick::setimageindex ( int $index )

Set the iterator to the position in the image list specified with the index parameter.

인수

index

The scene number.

반환값

The Gmagick object on success.

오류/예외

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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