Dutch PHP Conference 2025 - Call For Papers

imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Опис

imagegetinterpolation(GdImage $image): int

Gets the currently set interpolation method of the image.

Параметри

image

Об'єкт GdImage, що повертається однією з функцій створення зображення, такою як imagecreatetruecolor().

Значення, що повертаються

Returns the interpolation method.

Журнал змін

Версія Опис
8.0.0 Тепер image має бути примірником GdImage. Раніше очікувався gd-resource.

Прогляньте також

add a note

User Contributed Notes

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