update page now

Imagick::getImageAttribute

(PECL imagick 2, PECL imagick 3)

Imagick::getImageAttribute名前を指定して属性を返す

警告

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

説明

public Imagick::getImageAttribute(string $key): string

名前を指定して属性を返します。

パラメータ

key

取得する属性のキー。

戻り値

add a note

User Contributed Notes

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