PHP 8.3.4 Released!

Imagick::getImageAttribute

(PECL imagick 2, PECL imagick 3)

Imagick::getImageAttributeReturns a named attribute

警告

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

説明

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

Returns a named attribute.

パラメータ

key

The key of the attribute to get.

戻り値

add a note

User Contributed Notes

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