PHP 8.4.26 Released!

Gmagick::getcopyright

(PECL gmagick >= Unknown)

Gmagick::getcopyright — Returns the GraphicsMagick API copyright as a string

Description

public function Gmagick::getcopyright(): string

Returns the GraphicsMagick API copyright as a string.

Parameters

This function has no parameters.

Return Values

Returns a string containing the copyright notice of GraphicsMagick and Magickwand C API.

Errors/Exceptions

Throws an GmagickException on error.

+add a note

User Contributed Notes

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