(PHP 8)
imagegetinterpolation — Get the interpolation method
$image
): int
Gets the currently set interpolation method of the image
.
image
Um resource de imagem, retornado por funções de criação de imagens, como imagecreatetruecolor().
Returns the interpolation method.
Versão | Descrição |
---|---|
8.0.0 |
image expects a GdImage
instance now; previously, a valid gd resource was expected.
|