PHP 8.3.4 Released!

Imagick::deleteImageProperty

(PECL imagick 3 >= 3.3.0)

Imagick::deleteImagePropertyDeletes an image property

説明

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

Deletes an image property.

パラメータ

name

The name of the property to delete.

戻り値

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

add a note

User Contributed Notes

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