PHP 8.3.4 Released!

Gmagick::nextimage

(PECL gmagick >= Unknown)

Gmagick::nextimageMoves to the next image

Descrição

public Gmagick::nextimage(): bool

Associates the next image in the image list with an Gmagick object.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note

User Contributed Notes

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