PHP 8.3.4 Released!

Gmagick::previousimage

(PECL gmagick >= Unknown)

Gmagick::previousimageMove to the previous image in the object

Descrição

public Gmagick::previousimage(): bool

Associates the previous image in an image list with the 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