Imagick::deleteImageProperty

(PECL imagick 3 >= 3.3.0)

Imagick::deleteImageProperty画像のプロパティを削除する

説明

public Imagick::deleteImageProperty(string $name): bool

画像のプロパティを削除します。

パラメータ

name

削除するプロパティの名前。

戻り値

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

add a note

User Contributed Notes

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