imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Description

imagegetinterpolation(GdImage $image): int

Gets the currently set interpolation method of the image.

Liste de paramètres

image

Un objet GdImage, retournée par une des fonctions de création d'images, comme imagecreatetruecolor().

Valeurs de retour

Returns the interpolation method.

Historique

Version Description
8.0.0 image attend une instance de GdImage désormais; auparavant, une resource était attendu.

Voir aussi

add a note add a note

User Contributed Notes

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