imagegetinterpolation
(PHP 8)
imagegetinterpolation — Get the interpolation method
說明
Gets the currently set interpolation method of the image
.
參數
-
image
-
由圖像建立函式(例如imagecreatetruecolor())返回的 GdImage 對象。
返回值
Returns the interpolation method.
更新日誌
版本 | 說明 |
---|---|
8.0.0 |
image expects a GdImage
instance now; previously, a resource was expected.
|
參見
- imagesetinterpolation() - Set the interpolation method