Statement on glibc/iconv Vulnerability

imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Beschreibung

imagegetinterpolation(GdImage $image): int

Gets the currently set interpolation method of the image.

Parameter-Liste

image

Ein GdImage-Objekt, das von einer der Funktionen zur Bilderzeugung, z. B. imagecreatetruecolor(), zurückgegeben wurde.

Rückgabewerte

Returns the interpolation method.

Changelog

Version Beschreibung
8.0.0 image erwartet nun eine GdImage-Instanz; vorher wurde eine gültige gd-Ressource erwartet.

Siehe auch

add a note

User Contributed Notes

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