PHP 8.3.4 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.

add a note

User Contributed Notes

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