imagegetinterpolation
(PHP 8)
imagegetinterpolation — 補間方法を取得する
パラメータ
image
imagecreatetruecolor()のような画像作成関数が返す GdImage オブジェクト。
戻り値
補間方法を返します。
変更履歴
バージョン | 説明 |
---|---|
8.0.0 |
image は、
GdImage
クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、有効な gd resource が期待されていました。
|
参考
- imagesetinterpolation() - 補間方法を設定する
+add a note
User Contributed Notes
There are no user contributed notes for this page.