Gmagick::getimageindex
PHP Manual
PHP Manual»Gmagick»Gmagick::getimageindex

Gmagick::getimageindex

(PECL gmagick >= Unknown)

Gmagick::getimageindexGets the index of the current active image

Descrizione

public function Gmagick::getimageindex(): int

Returns the index of the current active image within the Gmagick object.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Index of current active image.

Errori/Eccezioni

Throws an GmagickException on error.

To Top