(PHP 8)
imagegetinterpolation — Get the interpolation method
$image
): int
Gets the currently set interpolation method of the image
.
image
Um objeto GdImage, retornado por uma das funções de criação de imagem, como imagecreatetruecolor().
Returns the interpolation method.
Versão | Descrição |
---|---|
8.0.0 |
O parâmetro image agora espera uma instância de GdImage;
anteriormente, um resource gd válido era esperado.
|