PHP 8.4.6 Released!

Imagick::deleteImageProperty

(PECL imagick 3 >= 3.3.0)

Imagick::deleteImagePropertyDeletes an image property

Description

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

Deletes an image property.

Parameters

name

The name of the property to delete.

Return Values

Returns true on success.

User Contributed Notes

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