PHP 8.1.28 Released!

Imagick::setImageAttribute

(PECL imagick 2, PECL imagick 3)

Imagick::setImageAttributeSets an image attribute

警告

この関数は Imagick 3.4.4 以降では 非推奨 になりました。この関数に依存したコードを書くのはやめましょう。

説明

public Imagick::setImageAttribute(string $key, string $value): bool

Sets an image attribute.

パラメータ

key

value

戻り値

成功した場合に true を返します。

add a note

User Contributed Notes

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