Statement on glibc/iconv Vulnerability

imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Descrizione

imagegetinterpolation(GdImage $image): int

Gets the currently set interpolation method of the image.

Elenco dei parametri

image

Una risorsa immagine, restituita da una delle funzioni di creazione immagine, come imagecreatetruecolor().

Valori restituiti

Returns the interpolation method.

Log delle modifiche

Versione Descrizione
8.0.0 image expects a GdImage instance now; previously, a valid gd resource was expected.

Vedere anche:

add a note

User Contributed Notes

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